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