9 references to WaitOne
mscorlib (2)
system\console.cs (1)
1767delegateData.CompletionEvent.WaitOne(controlCWaitTime, false);
system\threading\waithandle.cs (1)
225return WaitOne(timeout, false);
PresentationCore (2)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
668lockObtained = _canWriteEvent.WaitOne(timeout.TimeSpan, false);
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1159shouldGetBackBuffer = _copyCompletedEvent.WaitOne(timeout, false);
System.AddIn (1)
System\Addin\Hosting\AddInProcess.cs (1)
389bool success = readyEvent.WaitOne(_startupTimeout, false);
System.ServiceModel (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
112if (!closedEvent.WaitOne(timeout, false))
System.ServiceModel.Internals (1)
System\Runtime\TimeoutHelper.cs (1)
184return waitHandle.WaitOne(timeout, false);
System.Web (1)
UI\LegacyPageAsyncTaskManager.cs (1)
106bool signaled = waitHandle.WaitOne(_timeoutEnd - utcNow, false);
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperation.cs (1)
701_event.WaitOne(_timeout, false);