5 references to _handlerWaitHandle
System.Speech (5)
Recognition\RecognizerBase.cs (5)
611
hasPendingTask =
_handlerWaitHandle
.WaitOne(eventTimeout, false);
622
hasPendingTask =
_handlerWaitHandle
.WaitOne(eventTimeout, false);
1348
_handlerWaitHandle
.Close();
1863
_handlerWaitHandle
.WaitOne();
2097
_handlerWaitHandle
.Set();