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