1 instantiation of SpeechHypothesizedEventArgs
System.Speech (1)
Recognition\RecognizerBase.cs (1)
2869
_asyncWorkerUI.PostOperation(speechHypothesizedHandler, this, new
SpeechHypothesizedEventArgs
(result));
9 references to SpeechHypothesizedEventArgs
System.Speech (9)
Recognition\RecognizerBase.cs (3)
1237
internal event EventHandler<
SpeechHypothesizedEventArgs
>? SpeechHypothesized
2866
EventHandler<
SpeechHypothesizedEventArgs
>? speechHypothesizedHandler = _speechHypothesizedDelegate;
2983
private EventHandler<
SpeechHypothesizedEventArgs
>? _speechHypothesizedDelegate;
Recognition\SpeechRecognitionEngine.cs (3)
413
public event EventHandler<
SpeechHypothesizedEventArgs
>? SpeechHypothesized
584
private void SpeechHypothesizedProxy(object? sender,
SpeechHypothesizedEventArgs
e)
643
private EventHandler<
SpeechHypothesizedEventArgs
>? _speechHypothesizedDelegate;
Recognition\SpeechRecognizer.cs (3)
231
public event EventHandler<
SpeechHypothesizedEventArgs
>? SpeechHypothesized
369
private void SpeechHypothesizedProxy(object? sender,
SpeechHypothesizedEventArgs
e)
451
private EventHandler<
SpeechHypothesizedEventArgs
>? _speechHypothesizedDelegate;