2 references to QS_INPUT
UIAutomationClientSideProviders (2)
MS\Win32\NativeMethods.cs (2)
1350
internal const int QS_ALLEVENTS =
QS_INPUT
| QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY;
1351
internal const int QS_ALLINPUT =
QS_INPUT
| QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY | QS_SENDMESSAGE;