2 writes to _speakProgress
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
308
VoiceSynthesizer.AddEvent<SpeakProgressEventArgs>(TtsEventId.WordBoundary, ref VoiceSynthesizer.
_speakProgress
, value);
314
VoiceSynthesizer.RemoveEvent<SpeakProgressEventArgs>(TtsEventId.WordBoundary, ref VoiceSynthesizer.
_speakProgress
, value);
2 references to _speakProgress
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
174
if (
_speakProgress
!= null)
189
_asyncWorkerUI.PostOperation(
_speakProgress
, _speechSyntesizer.Target, e);