2 writes to _phonemeReached
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
355VoiceSynthesizer.AddEvent<PhonemeReachedEventArgs>(TtsEventId.Phoneme, ref VoiceSynthesizer._phonemeReached, value); 361VoiceSynthesizer.RemoveEvent<PhonemeReachedEventArgs>(TtsEventId.Phoneme, ref VoiceSynthesizer._phonemeReached, value);
2 references to _phonemeReached
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
274if (_phonemeReached != null) 276_asyncWorkerUI.PostOperation(_phonemeReached, _speechSyntesizer.Target, e);