2 implementations of ProcessSayAs
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
164public void ProcessSayAs(string interpretAs, string? format, string? detail)
Internal\Synthesis\TextWriterEngine.cs (1)
189public void ProcessSayAs(string interpretAs, string? format, string? detail)
1 reference to ProcessSayAs
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
975engine.ProcessSayAs(sInterpretAs, sFormat, sDetail);