4 references to MoveToFirstChild
System.Data (4)
fx\src\data\System\NewXml\XmlBoundElement.cs (2)
276if ( !dp.IsEmptyElement && dp.MoveToFirstChild() ) { 292if ( dp.MoveToFirstChild() ) {
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
914for ( bool fMore = dp.MoveToFirstChild(); fMore; fMore = dp.MoveToNextSibling() ) 937for ( bool fMore = dp.MoveToFirstChild(); fMore; fMore = dp.MoveToNextSibling() ) {