2 references to QS_ALLINPUT
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
2064
int result = Misc.MsgWaitForMultipleObjects(null, false, 2000, UnsafeNativeMethods.
QS_ALLINPUT
);
MS\Internal\Automation\QueueProcessor.cs (1)
152
int result = Misc.TryMsgWaitForMultipleObjects(handle, false, UnsafeNativeMethods.INFINITE, UnsafeNativeMethods.
QS_ALLINPUT
, ref lastWin32Error);