3 references to XmlAttribute
System.Private.Xml (3)
System\Xml\Dom\XmlAttribute.cs (1)
40
:
this
(doc.AddAttrXmlName(prefix, localName, namespaceURI, null), doc)
System\Xml\Dom\XmlDocument.cs (2)
1062
return new
XmlAttribute
(AddAttrXmlName(prefix, localName, namespaceURI, null), this);
1822
_namespaceXml = new
XmlAttribute
(AddAttrXmlName(strXmlns, strXml, strReservedXmlns, null), this);