2 implementations of ProcessMark
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
114
public void
ProcessMark
(object voice, ref FragmentState fragmentState, string name, bool fIgnore)
Internal\Synthesis\TextWriterEngine.cs (1)
133
public void
ProcessMark
(object? voice, ref FragmentState fragmentState, string name, bool fIgnore)
1 reference to ProcessMark
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
589
engine.
ProcessMark
(ssmlAttributes._voice, ref ssmlAttributes._fragmentState, sName, fIgnore);