3 references to CloneTreeInternal
System.Data (3)
fx\src\data\System\NewXml\XmlDataDocument.cs (3)
874newNode = CloneTreeInternal( other ); 906newNode.Attributes.Append( (XmlAttribute)CloneTreeInternal(dp) ); 915newNode.AppendChild( CloneTreeInternal( dp ) );