1 override of RemoveAll
System.Private.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
552public override void RemoveAll()
6 references to RemoveAll
System.Private.Xml (6)
System\Xml\Dom\XmlAttribute.cs (1)
339RemoveAll();
System\Xml\Dom\XmlDocument.cs (1)
1317RemoveAll();
System\Xml\Dom\XmlDocumentFragment.cs (1)
99RemoveAll();
System\Xml\Dom\XmlElement.cs (2)
555base.RemoveAll(); 562base.RemoveAll();
System\Xml\Dom\XmlNode.cs (1)
958RemoveAll();