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