3 references to WordBoundary
System.Speech (3)
Internal\Synthesis\VoiceSynthesis.cs (1)
1540case TtsEventId.WordBoundary:
Synthesis\SpeechSynthesizer.cs (2)
308VoiceSynthesizer.AddEvent<SpeakProgressEventArgs>(TtsEventId.WordBoundary, ref VoiceSynthesizer._speakProgress, value); 314VoiceSynthesizer.RemoveEvent<SpeakProgressEventArgs>(TtsEventId.WordBoundary, ref VoiceSynthesizer._speakProgress, value);