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) );
794
if (
IsValidChild
( parent, n ) ) {
830
if (
IsValidChild
( _node, n ) )
869
if (
IsValidChild
( _node, n ) ) {