1 implementation of IXamlAttributes
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
539
internal class XamlAttributes :
IXamlAttributes
16 references to IXamlAttributes
PresentationFramework (16)
System\Windows\Documents\IXamlContentHandler.cs (1)
27
XamlToRtfError StartElement(string nameSpaceUri, string localName, string qName,
IXamlAttributes
attributes);
System\Windows\Documents\XamlToRtfParser.cs (13)
586
XamlToRtfError
IXamlAttributes
.GetLength(ref int length)
602
XamlToRtfError
IXamlAttributes
.GetUri(int index, ref string uri)
609
XamlToRtfError
IXamlAttributes
.GetLocalName(int index, ref string localName)
616
XamlToRtfError
IXamlAttributes
.GetQName(int index, ref string qName)
623
XamlToRtfError
IXamlAttributes
.GetName(int index, ref string uri, ref string localName, ref string qName)
640
XamlToRtfError
IXamlAttributes
.GetIndexFromName(string uri, string localName, ref int index)
647
XamlToRtfError
IXamlAttributes
.GetIndexFromQName(string qName, ref int index)
654
XamlToRtfError
IXamlAttributes
.GetType(int index, ref string typeName)
661
XamlToRtfError
IXamlAttributes
.GetTypeFromName(string uri, string localName, ref string typeName)
668
XamlToRtfError
IXamlAttributes
.GetValue(int index, ref string valueName)
684
XamlToRtfError
IXamlAttributes
.GetValueFromName(string uri, string localName, ref string valueName)
691
XamlToRtfError
IXamlAttributes
.GetValueFromQName(string qName, ref string valueName)
698
XamlToRtfError
IXamlAttributes
.GetTypeFromQName(string qName, ref string typeName)
System\Windows\Documents\XamlToRtfWriter.cs (2)
2504
XamlToRtfError IXamlContentHandler.StartElement(string nameSpaceUri, string localName, string qName,
IXamlAttributes
attributes)
2843
private XamlToRtfError HandleAttributes(ConverterState converterState,
IXamlAttributes
attributes,