1 write to _textToSpeak
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
1730_textToSpeak = textToSpeak;
4 references to _textToSpeak
System.Speech (4)
Internal\Synthesis\VoiceSynthesis.cs (4)
759if (paramSpeak._textToSpeak != null) 767TextFragment textFragment = new(fragmentState, paramSpeak._textToSpeak); 772TextFragmentEngine engine = new(speakInfo, paramSpeak._textToSpeak, _pexml, _resourceLoader, lexicons); 773SsmlParser.Parse(paramSpeak._textToSpeak, engine, speakInfo.Voice);