4 references to MoveToNextSibling
System.Data (4)
fx\src\data\System\NewXml\XmlBoundElement.cs (2)
280while ( dp.MoveToNextSibling() ); 296while ( dp.MoveToNextSibling() );
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() ) {