5 references to IsValidChild
System.Data (5)
fx\src\data\System\NewXml\XPathNodePointer.cs (5)
704} while ( n != null && !IsValidChild(parent, n) ); 742} while ( n != null && !IsValidChild(parent, n) ); 794if ( IsValidChild( parent, n ) ) { 830if ( IsValidChild( _node, n ) ) 869if ( IsValidChild( _node, n ) ) {