4 references to MoveToFirstChild
System.Data.Common (4)
System\Xml\XmlBoundElement.cs (2)
335
if (!dp.IsEmptyElement && dp.
MoveToFirstChild
())
356
if (dp.
MoveToFirstChild
())
System\Xml\XmlDataDocument.cs (2)
1012
for (bool fMore = dp.
MoveToFirstChild
(); fMore; fMore = dp.MoveToNextSibling())
1036
for (bool fMore = dp.
MoveToFirstChild
(); fMore; fMore = dp.MoveToNextSibling())