2 writes to _bookmarkReached
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
323
VoiceSynthesizer.AddEvent<BookmarkReachedEventArgs>(TtsEventId.Bookmark, ref VoiceSynthesizer.
_bookmarkReached
, value);
329
VoiceSynthesizer.RemoveEvent<BookmarkReachedEventArgs>(TtsEventId.Bookmark, ref VoiceSynthesizer.
_bookmarkReached
, value);
2 references to _bookmarkReached
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
258
if (
_bookmarkReached
!= null)
260
_asyncWorkerUI.PostOperation(
_bookmarkReached
, _speechSyntesizer.Target, e);