1 instantiation of PhonemeReachedEventArgs
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
1557OnPhonemeReached(new PhonemeReachedEventArgs(
5 references to PhonemeReachedEventArgs
System.Speech (5)
Internal\Synthesis\VoiceSynthesis.cs (2)
272internal void OnPhonemeReached(PhonemeReachedEventArgs e) 656internal EventHandler<PhonemeReachedEventArgs>? _phonemeReached;
Synthesis\SpeechSynthesizer.cs (3)
349public event EventHandler<PhonemeReachedEventArgs>? PhonemeReached 355VoiceSynthesizer.AddEvent<PhonemeReachedEventArgs>(TtsEventId.Phoneme, ref VoiceSynthesizer._phonemeReached, value); 361VoiceSynthesizer.RemoveEvent<PhonemeReachedEventArgs>(TtsEventId.Phoneme, ref VoiceSynthesizer._phonemeReached, value);