8 references to WaitOne
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (1)
1224mutexObtained = _tempFileMutex.WaitOne(_tempFileSyncTimeout, false); // wait up to 5 seconds
System\IO\Packaging\PackWebResponse.cs (2)
450if (!_responseAvailable.WaitOne(0, false)) 872if (!_responseAvailable.WaitOne(0, false))
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCacheStore.cs (1)
166_insertBlock.WaitOne(INSERT_BLOCK_WAIT, false);
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3590if (waitHandle.WaitOne(1, false)) 3612processed = waitHandle.WaitOne(1000, false);
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
90return syncItem._ev.WaitOne(2000, false);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
78return syncItem._ev.WaitOne (2000, false);