16 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.Data.OleDb (2)
System\Data\ProviderBase\DbConnectionPool.cs (2)
533
if (_waitHandles.PoolSemaphore.
WaitOne
(0, false) /* != WAIT_TIMEOUT */)
591
if (_waitHandles.PoolSemaphore.
WaitOne
(0, false) /* != WAIT_TIMEOUT */)
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\SharedPerformanceCounter.cs (1)
1341
if (wh.
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.Extensions (2)
System\Media\SoundPlayer.cs (2)
249
if (!_semaphore.
WaitOne
(LoadTimeout, false))
291
if (!_semaphore.
WaitOne
(LoadTimeout, 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);