2 implementations of ProcessTextBlock
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
125public object ProcessTextBlock(bool isParagraph, object voice, ref FragmentState fragmentState, CultureInfo? culture, bool newCulture, VoiceGender gender, VoiceAge age)
Internal\Synthesis\TextWriterEngine.cs (1)
139public object ProcessTextBlock(bool isParagraph, object? voice, ref FragmentState fragmentState, CultureInfo? culture, bool newCulture, VoiceGender gender, VoiceAge age)
1 reference to ProcessTextBlock
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
690ssmlAttributes._voice = engine.ProcessTextBlock(isParagraph, ssmlAttributes._voice, ref ssmlAttributes._fragmentState, culture, fNewCulture, ssmlAttributes._gender, ssmlAttributes._age);