2 implementations of ProcessUnknownElement
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
184public void ProcessUnknownElement(object voice, ref FragmentState fragmentState, XmlReader reader)
Internal\Synthesis\TextWriterEngine.cs (1)
266public void ProcessUnknownElement(object? voice, ref FragmentState fragmentState, XmlReader reader)
1 reference to ProcessUnknownElement
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
256engine.ProcessUnknownElement(ssmlAttributes._voice, ref ssmlAttributes._fragmentState, reader);