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