2 writes to _voiceChange
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
338VoiceSynthesizer.AddEvent<VoiceChangeEventArgs>(TtsEventId.VoiceChange, ref VoiceSynthesizer._voiceChange, value); 344VoiceSynthesizer.RemoveEvent<VoiceChangeEventArgs>(TtsEventId.VoiceChange, ref VoiceSynthesizer._voiceChange, value);
2 references to _voiceChange
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
266if (_voiceChange != null) 268_asyncWorkerUI.PostOperation(_voiceChange, _speechSyntesizer.Target, e);