1 instantiation of VoiceSynthesis
System.Speech (1)
Synthesis\SpeechSynthesizer.cs (1)
513
_voiceSynthesis = new
VoiceSynthesis
(wr);
7 references to VoiceSynthesis
System.Speech (7)
Internal\Synthesis\SpeakInfo.cs (2)
20
internal SpeakInfo(
VoiceSynthesis
voiceSynthesis, TTSVoice ttsVoice)
108
private
VoiceSynthesis
_voiceSynthesis;
Internal\Synthesis\VoiceSynthesis.cs (1)
1465
private static List<InstalledVoice> BuildInstalledVoices(
VoiceSynthesis
voiceSynthesizer)
Synthesis\InstalledVoice.cs (2)
18
internal InstalledVoice(
VoiceSynthesis
voiceSynthesizer, VoiceInfo voice)
135
private
VoiceSynthesis
_voiceSynthesizer;
Synthesis\SpeechSynthesizer.cs (2)
502
private
VoiceSynthesis
VoiceSynthesizer
523
private
VoiceSynthesis
? _voiceSynthesis;