1 implementation of IXamlAttributes
PresentationFramework (1)
System\Windows\Documents\XamlToRtfParser.cs (1)
538
internal class XamlAttributes :
IXamlAttributes
16 references to IXamlAttributes
PresentationFramework (16)
System\Windows\Documents\IXamlContentHandler.cs (1)
26
XamlToRtfError StartElement(string nameSpaceUri, string localName, string qName,
IXamlAttributes
attributes);
System\Windows\Documents\XamlToRtfParser.cs (13)
585
XamlToRtfError
IXamlAttributes
.GetLength(ref int length)
601
XamlToRtfError
IXamlAttributes
.GetUri(int index, ref string uri)
608
XamlToRtfError
IXamlAttributes
.GetLocalName(int index, ref string localName)
615
XamlToRtfError
IXamlAttributes
.GetQName(int index, ref string qName)
622
XamlToRtfError
IXamlAttributes
.GetName(int index, ref string uri, ref string localName, ref string qName)
639
XamlToRtfError
IXamlAttributes
.GetIndexFromName(string uri, string localName, ref int index)
646
XamlToRtfError
IXamlAttributes
.GetIndexFromQName(string qName, ref int index)
653
XamlToRtfError
IXamlAttributes
.GetType(int index, ref string typeName)
660
XamlToRtfError
IXamlAttributes
.GetTypeFromName(string uri, string localName, ref string typeName)
667
XamlToRtfError
IXamlAttributes
.GetValue(int index, ref string valueName)
683
XamlToRtfError
IXamlAttributes
.GetValueFromName(string uri, string localName, ref string valueName)
690
XamlToRtfError
IXamlAttributes
.GetValueFromQName(string qName, ref string valueName)
697
XamlToRtfError
IXamlAttributes
.GetTypeFromQName(string qName, ref string typeName)
System\Windows\Documents\XamlToRtfWriter.cs (2)
2502
XamlToRtfError IXamlContentHandler.StartElement(string nameSpaceUri, string localName, string qName,
IXamlAttributes
attributes)
2841
private XamlToRtfError HandleAttributes(ConverterState converterState,
IXamlAttributes
attributes,