2 writes to _speechHypothesizedDelegate
System.Speech (2)
Recognition\RecognizerBase.cs (2)
1246_speechHypothesizedDelegate += value; 1252_speechHypothesizedDelegate -= value;
3 references to _speechHypothesizedDelegate
System.Speech (3)
Recognition\RecognizerBase.cs (3)
1242if (_speechHypothesizedDelegate == null) 1253if (_speechHypothesizedDelegate == null) 2866EventHandler<SpeechHypothesizedEventArgs>? speechHypothesizedHandler = _speechHypothesizedDelegate;