5 references to WaitOne
NuGet.Common (1)
Migrations\MigrationRunner.cs (1)
77captured = mutex.WaitOne(TimeSpan.FromMinutes(1), false);
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (1)
598lockObtained = _canWriteEvent.WaitOne(timeout.TimeSpan, false);
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
952shouldGetBackBuffer = _copyCompletedEvent.WaitOne(timeout, false);
System.Speech (2)
Recognition\RecognizerBase.cs (2)
611hasPendingTask = _handlerWaitHandle.WaitOne(eventTimeout, false); 622hasPendingTask = _handlerWaitHandle.WaitOne(eventTimeout, false);