2 references to WaitForMultipleObjectsEx
WindowsBase (2)
Base\System\Windows\Threading\DispatcherSynchronizationContext.cs (1)
104return MS.Win32.UnsafeNativeMethods.WaitForMultipleObjectsEx(waitHandles.Length, waitHandles, waitAll, millisecondsTimeout, false);
Shared\MS\Internal\ReaderWriterLockWrapper.cs (1)
321return MS.Win32.UnsafeNativeMethods.WaitForMultipleObjectsEx(waitHandles.Length, waitHandles, waitAll, millisecondsTimeout, false);