3 references to GetEngine
System.Speech (3)
Internal\Synthesis\SpeakInfo.cs (1)
44
TTSVoice ttsVoice = _voiceSynthesis.
GetEngine
(name, culture, gender, age, variant, false);
Synthesis\SpeechSynthesizer.cs (2)
38
TTSVoice ttsVoice = VoiceSynthesizer.
GetEngine
(name, CultureInfo.CurrentUICulture, VoiceGender.NotSet, VoiceAge.NotSet, 1, true);
77
TTSVoice ttsVoice = VoiceSynthesizer.
GetEngine
(null, culture, gender, age, voiceAlternate, true);