2 writes to _visemeReached
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
370VoiceSynthesizer.AddEvent<VisemeReachedEventArgs>(TtsEventId.Viseme, ref VoiceSynthesizer._visemeReached, value); 376VoiceSynthesizer.RemoveEvent<VisemeReachedEventArgs>(TtsEventId.Viseme, ref VoiceSynthesizer._visemeReached, value);
2 references to _visemeReached
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
282if (_visemeReached != null) 284_asyncWorkerUI.PostOperation(_visemeReached, _speechSyntesizer.Target, e);