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)
20internal SpeakInfo(VoiceSynthesis voiceSynthesis, TTSVoice ttsVoice) 108private VoiceSynthesis _voiceSynthesis;
Internal\Synthesis\VoiceSynthesis.cs (1)
1465private static List<InstalledVoice> BuildInstalledVoices(VoiceSynthesis voiceSynthesizer)
Synthesis\InstalledVoice.cs (2)
18internal InstalledVoice(VoiceSynthesis voiceSynthesizer, VoiceInfo voice) 135private VoiceSynthesis _voiceSynthesizer;
Synthesis\SpeechSynthesizer.cs (2)
502private VoiceSynthesis VoiceSynthesizer 523private VoiceSynthesis? _voiceSynthesis;