5 references to InternalAppendAttribute
System.Private.Xml (5)
System\Xml\Dom\XmlAttributeCollection.cs (1)
126return InternalAppendAttribute((XmlAttribute)node);
System\Xml\Dom\XmlElement.cs (4)
73element.Attributes.InternalAppendAttribute(newAttr); 286Attributes.InternalAppendAttribute(attr); 357Attributes.InternalAppendAttribute(attr); 388Attributes.InternalAppendAttribute(attr);