1 instantiation of BookmarkReachedEventArgs
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
1547OnBookmarkReached(new BookmarkReachedEventArgs(prompt, ttsEvent.Bookmark, ttsEvent.AudioPosition));
5 references to BookmarkReachedEventArgs
System.Speech (5)
Internal\Synthesis\VoiceSynthesis.cs (2)
256internal void OnBookmarkReached(BookmarkReachedEventArgs e) 653internal EventHandler<BookmarkReachedEventArgs>? _bookmarkReached;
Synthesis\SpeechSynthesizer.cs (3)
317public event EventHandler<BookmarkReachedEventArgs>? BookmarkReached 323VoiceSynthesizer.AddEvent<BookmarkReachedEventArgs>(TtsEventId.Bookmark, ref VoiceSynthesizer._bookmarkReached, value); 329VoiceSynthesizer.RemoveEvent<BookmarkReachedEventArgs>(TtsEventId.Bookmark, ref VoiceSynthesizer._bookmarkReached, value);