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