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)
1242
if (
_speechHypothesizedDelegate
== null)
1253
if (
_speechHypothesizedDelegate
== null)
2866
EventHandler<SpeechHypothesizedEventArgs>? speechHypothesizedHandler =
_speechHypothesizedDelegate
;