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