3 references to ImportNodeInternal
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (3)
953return ImportNodeInternal(node, deep); 1035toElem.Attributes!.SetNamedItem(ImportNodeInternal(fromElem.Attributes[iAttr], true)); 1044toNode.AppendChild(ImportNodeInternal(n, deep));