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