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