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