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