2 implementations of EndProcessUnknownAttributes
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
208public void EndProcessUnknownAttributes(object voice, ref FragmentState fragmentState, string? element, List<SsmlXmlAttribute> extraAttributes)
Internal\Synthesis\TextWriterEngine.cs (1)
280public void EndProcessUnknownAttributes(object? voice, ref FragmentState fragmentState, string? sElement, List<SsmlXmlAttribute> extraAttributes)
1 reference to EndProcessUnknownAttributes
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
289engine.EndProcessUnknownAttributes(ssmlAttributes._voice, ref ssmlAttributes._fragmentState, sElement, extraAttributes);