5 references to QS_INPUT
Microsoft.CodeAnalysis.EditorFeatures (2)
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,
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\ProjectCodeModelFactory.cs (3)
192var result = NativeMethods.GetQueueStatus(NativeMethods.QS_INPUT); 194const uint InputMask = NativeMethods.QS_INPUT | (NativeMethods.QS_INPUT << 16);