2 references to MsgWaitForMultipleObjects
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
1580
int result =
MsgWaitForMultipleObjects
(null, false, 2000, NativeMethods.QS_ALLINPUT);
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
123
int result = Misc.
MsgWaitForMultipleObjects
(handle, false, NativeMethods.INFINITE, NativeMethods.QS_ALLINPUT);