1 implementation of StartElement
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2505XamlToRtfError IXamlContentHandler.StartElement(string nameSpaceUri, string localName, string qName, IXamlAttributes attributes)
2 references to StartElement
PresentationFramework (2)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (1)
172xamlToRtfError = _xamlContent.StartElement(string.Empty, name, name, _xamlAttributes);
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2666xamlToRtfError = ((IXamlContentHandler)this).StartElement(null, "LineBreak", null, null);