2 references to MsgWaitForMultipleObjects
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (2)
983
terminationEvent = UnsafeNativeMethods.
MsgWaitForMultipleObjects
(0, null, waitAll, milliseconds, wakeMask);
993
terminationEvent = UnsafeNativeMethods.
MsgWaitForMultipleObjects
(1, handles, waitAll, milliseconds, wakeMask);