4 references to Bookmark
System.Speech (4)
Internal\Synthesis\EngineSite.cs (1)
293case TtsEventId.Bookmark:
Internal\Synthesis\VoiceSynthesis.cs (1)
1545case TtsEventId.Bookmark:
Synthesis\SpeechSynthesizer.cs (2)
323VoiceSynthesizer.AddEvent<BookmarkReachedEventArgs>(TtsEventId.Bookmark, ref VoiceSynthesizer._bookmarkReached, value); 329VoiceSynthesizer.RemoveEvent<BookmarkReachedEventArgs>(TtsEventId.Bookmark, ref VoiceSynthesizer._bookmarkReached, value);