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