5 references to QS_INPUT
Microsoft.CodeAnalysis.EditorFeatures (5)
Shared\Utilities\ForegroundThreadAffinitizedObject.cs (3)
109
var result = NativeMethods.GetQueueStatus(NativeMethods.
QS_INPUT
);
111
const uint InputMask = NativeMethods.
QS_INPUT
| (NativeMethods.
QS_INPUT
<< 16);
Shared\Utilities\NativeMethods.cs (2)
25
QS_ALLEVENTS =
QS_INPUT
| QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY,
26
QS_ALLINPUT =
QS_INPUT
| QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY | QS_SENDMESSAGE,