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