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