8 references to WaitOne
PresentationCore (3)
MS\Internal\IO\Packaging\NetStream.cs (1)
1224
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.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)
3590
if (waitHandle.
WaitOne
(1, false))
3612
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);