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