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