4 references to Remove
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1336
attr.OwnerElement.Attributes.
Remove
( attr );
System.Xml (3)
System\Xml\Dom\XmlAttributeCollection.cs (1)
284
attr.OwnerElement.Attributes.
Remove
( attr );
System\Xml\Dom\XmlElement.cs (2)
270
return(XmlAttribute) Attributes.
Remove
(oldAttr);
337
Attributes.
Remove
( attr );