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