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