1 write to _engine
System.Speech (1)
Internal\Synthesis\TTSVoice.cs (1)
17
_engine
= engine;
2 references to _engine
System.Speech (2)
Internal\Synthesis\TTSVoice.cs (2)
102
waveFormat =
_engine
.GetOutputFormat(targetWaveFormat != null ? targetFormat.AddrOfPinnedObject() : IntPtr.Zero);
135
return
_engine
;