11 references to WaitOne
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (1)
1211
mutexObtained = _tempFileMutex.
WaitOne
(_tempFileSyncTimeout, false); // wait up to 5 seconds
System\IO\Packaging\PackWebResponse.cs (2)
450
if (!_responseAvailable.
WaitOne
(0, false))
872
if (!_responseAvailable.
WaitOne
(0, false))
System.Net.Requests (3)
System\Net\FileWebRequest.cs (2)
258
(!result.AsyncWaitHandle.
WaitOne
(Timeout, false) || !result.IsCompleted))
274
(!result.AsyncWaitHandle.
WaitOne
(Timeout, false) || !result.IsCompleted))
System\Net\TimerThread.cs (1)
572
if (s_threadReadyEvent.
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)
3583
if (waitHandle.
WaitOne
(1, false))
3605
processed = waitHandle.
WaitOne
(1000, false);
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
90
return syncItem._ev.
WaitOne
(2000, false);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
78
return syncItem._ev.
WaitOne
(2000, false);