1 implementation of IXamlAttributes
PresentationFramework (1)
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (1)
541
internal class XamlAttributes :
IXamlAttributes
16 references to IXamlAttributes
PresentationFramework (16)
src\Framework\System\Windows\Documents\IXamlContentHandler.cs (1)
30
XamlToRtfError StartElement(string nameSpaceUri, string localName, string qName,
IXamlAttributes
attributes);
src\Framework\System\Windows\Documents\XamlToRtfParser.cs (13)
588
XamlToRtfError
IXamlAttributes
.GetLength(ref int length)
604
XamlToRtfError
IXamlAttributes
.GetUri(int index, ref string uri)
611
XamlToRtfError
IXamlAttributes
.GetLocalName(int index, ref string localName)
618
XamlToRtfError
IXamlAttributes
.GetQName(int index, ref string qName)
625
XamlToRtfError
IXamlAttributes
.GetName(int index, ref string uri, ref string localName, ref string qName)
642
XamlToRtfError
IXamlAttributes
.GetIndexFromName(string uri, string localName, ref int index)
649
XamlToRtfError
IXamlAttributes
.GetIndexFromQName(string qName, ref int index)
656
XamlToRtfError
IXamlAttributes
.GetType(int index, ref string typeName)
663
XamlToRtfError
IXamlAttributes
.GetTypeFromName(string uri, string localName, ref string typeName)
670
XamlToRtfError
IXamlAttributes
.GetValue(int index, ref string valueName)
686
XamlToRtfError
IXamlAttributes
.GetValueFromName(string uri, string localName, ref string valueName)
693
XamlToRtfError
IXamlAttributes
.GetValueFromQName(string qName, ref string valueName)
700
XamlToRtfError
IXamlAttributes
.GetTypeFromQName(string qName, ref string typeName)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
2505
XamlToRtfError IXamlContentHandler.StartElement(string nameSpaceUri, string localName, string qName,
IXamlAttributes
attributes)
2849
private XamlToRtfError HandleAttributes(ConverterState converterState,
IXamlAttributes
attributes,