2 references to TryMsgWaitForMultipleObjects
UIAutomationClient (2)
MS\Internal\Automation\Misc.cs (1)
542int terminationEvent = TryMsgWaitForMultipleObjects(handle, waitAll, milliseconds, wakeMask, ref lastWin32Error);
MS\Internal\Automation\QueueProcessor.cs (1)
152int result = Misc.TryMsgWaitForMultipleObjects(handle, false, UnsafeNativeMethods.INFINITE, UnsafeNativeMethods.QS_ALLINPUT, ref lastWin32Error);