1 override of RemoveAll
System.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
461public override void RemoveAll() {
6 references to RemoveAll
System.Xml (6)
System\Xml\Dom\XmlAttribute.cs (1)
279RemoveAll();
System\Xml\Dom\XmlDocument.cs (1)
1102RemoveAll();
System\Xml\Dom\XmlDocumentFragment.cs (1)
93RemoveAll();
System\Xml\Dom\XmlElement.cs (2)
463base.RemoveAll(); 469base.RemoveAll();
System\Xml\Dom\XmlNode.cs (1)
815RemoveAll();