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