1 write to _eventNotify
System.Speech (1)
Recognition\RecognizerBase.cs (1)
514
_eventNotify
= _sapiContext.CreateEventNotify(_asyncWorker, _supportsSapi53);
2 references to _eventNotify
System.Speech (2)
Recognition\RecognizerBase.cs (2)
1347
_sapiContext.DisposeEventNotify(
_eventNotify
);
2567
_eventNotify
.AudioFormat = _audioFormat; // Update EventNotify so subsequent events get correct AudioPosition.