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