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