2 writes to _speakStarted
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
278
VoiceSynthesizer.
_speakStarted
+= value;
284
VoiceSynthesizer.
_speakStarted
-= value;
2 references to _speakStarted
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
151
if (
_speakStarted
!= null)
153
_asyncWorkerUI.PostOperation(
_speakStarted
, _speechSyntesizer.Target, e);