4 references to QS_INPUT
WindowsBase (4)
Base\System\Windows\Threading\Dispatcher.cs (1)
2599
NativeMethods.
QS_INPUT
|
Shared\MS\Win32\NativeMethodsCLR.cs (2)
1546
QS_ALLEVENTS =
QS_INPUT
| QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY,
1547
QS_ALLINPUT =
QS_INPUT
| QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY | QS_SENDMESSAGE;
Shared\MS\Win32\NativeMethodsOther.cs (1)
1173
public const int PM_QS_INPUT = unchecked(
QS_INPUT
<< 16);