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)
1237internal event EventHandler<SpeechHypothesizedEventArgs>? SpeechHypothesized 2866EventHandler<SpeechHypothesizedEventArgs>? speechHypothesizedHandler = _speechHypothesizedDelegate; 2983private EventHandler<SpeechHypothesizedEventArgs>? _speechHypothesizedDelegate;
Recognition\SpeechRecognitionEngine.cs (3)
413public event EventHandler<SpeechHypothesizedEventArgs>? SpeechHypothesized 584private void SpeechHypothesizedProxy(object? sender, SpeechHypothesizedEventArgs e) 643private EventHandler<SpeechHypothesizedEventArgs>? _speechHypothesizedDelegate;
Recognition\SpeechRecognizer.cs (3)
231public event EventHandler<SpeechHypothesizedEventArgs>? SpeechHypothesized 369private void SpeechHypothesizedProxy(object? sender, SpeechHypothesizedEventArgs e) 451private EventHandler<SpeechHypothesizedEventArgs>? _speechHypothesizedDelegate;