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