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