6 overrides of MoveToParent
System.Data.Common (1)
System\Xml\DataDocumentXPathNavigator.cs (1)
126
public override bool
MoveToParent
() => _curNode.MoveToParent();
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
445
public override bool
MoveToParent
()
System\Xml\Dom\DocumentXPathNavigator.cs (1)
836
public override bool
MoveToParent
()
System\Xml\XPath\XPathNavigatorReader.cs (1)
1297
public override bool
MoveToParent
()
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
168
public override bool
MoveToParent
()
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
633
public override bool
MoveToParent
()
106 references to MoveToParent
System.Private.Xml (106)
System\Xml\Core\XmlWriter.cs (3)
454
navigator.
MoveToParent
();
461
navigator.
MoveToParent
();
532
navigator.
MoveToParent
();
System\Xml\Core\XmlWriterAsync.cs (3)
454
navigator.
MoveToParent
();
461
navigator.
MoveToParent
();
532
navigator.
MoveToParent
();
System\Xml\XPath\Internal\AttributeQuery.cs (1)
65
if (temp.
MoveToParent
())
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
62
if (temp.NodeType != XPathNodeType.Attribute && temp.
MoveToParent
())
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
46
while (anc.
MoveToParent
())
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
94
bool result = currentNode.
MoveToParent
();
System\Xml\XPath\Internal\FilterQuery.cs (2)
98
result.
MoveToParent
();
118
result.
MoveToParent
();
System\Xml\XPath\Internal\FollowingQuery.cs (2)
53
_input.
MoveToParent
();
60
if (!_input.
MoveToParent
())
System\Xml\XPath\Internal\FollSiblingQuery.cs (1)
39
parent.
MoveToParent
();
System\Xml\XPath\Internal\ParentQuery.cs (1)
22
if (input.
MoveToParent
())
System\Xml\XPath\Internal\PrecedingQuery.cs (2)
62
last.
MoveToParent
();
69
} while (last.
MoveToParent
());
System\Xml\XPath\Internal\PreSiblingQuery.cs (2)
31
nav1.
MoveToParent
();
64
if (prev.
MoveToParent
())
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
26
while (nav.
MoveToParent
())
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
45
while (ancestor.
MoveToParent
())
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
66
nav.
MoveToParent
();
System\Xml\XPath\XPathNavigator.cs (35)
410
if (navSave.
MoveToParent
())
416
MoveToParent
();
441
if (navClone.
MoveToParent
())
477
if (navSave.
MoveToParent
())
501
MoveToParent
();
545
while (navClone.
MoveToParent
());
583
MoveToParent
();
596
MoveToParent
();
612
MoveToParent
();
636
MoveToParent
();
652
MoveToParent
();
680
if (!
MoveToParent
())
692
while (
MoveToParent
())
710
MoveToParent
();
728
MoveToParent
();
760
if (!
MoveToParent
())
776
if (!
MoveToParent
())
827
if (!
MoveToParent
())
843
if (!
MoveToParent
())
899
MoveToParent
();
913
while (nav.
MoveToParent
())
940
n1.
MoveToParent
();
951
n2.
MoveToParent
();
963
if (!parent1.
MoveToParent
() || !parent2.
MoveToParent
())
975
n1.
MoveToParent
();
976
n2.
MoveToParent
();
1402
MoveToParent
();
1670
if (!
MoveToParent
())
1685
if (!
MoveToParent
())
1767
if (!nav.
MoveToParent
())
1800
while (nav.
MoveToParent
())
1823
Debug.Assert(p1.
MoveToParent
() && p2.
MoveToParent
() && p1.IsSamePosition(p2));
2004
editor.
MoveToParent
(); // should always succeed.
System\Xml\XPath\XPathNavigatorReader.cs (14)
277
tempNav.
MoveToParent
();
280
while (tempNav.
MoveToParent
());
329
if (tempNav.
MoveToParent
())
353
nav.
MoveToParent
();
358
nav.
MoveToParent
();
398
tempNav.
MoveToParent
();
424
if (!nav.
MoveToParent
())
471
if (!nav.
MoveToParent
())
541
nav.
MoveToParent
();
643
if (!nav.
MoveToParent
())
650
nav.
MoveToParent
();
765
if (!_nav.
MoveToParent
())
1026
else if (_depth > 0 && _nav.
MoveToParent
())
1042
if (!_nav.
MoveToParent
())
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
215
context.
MoveToParent
();
System\Xml\Xsl\Runtime\SiblingIterators.cs (1)
161
if (!_navCurrent.
MoveToParent
())
System\Xml\Xsl\Runtime\TreeIterators.cs (5)
163
_haveCurrent = (_navCurrent.
MoveToParent
()) && (!filter.IsFiltered(_navCurrent));
230
while (_navCurrent.
MoveToParent
())
353
if (!nav.
MoveToParent
())
703
while (_navCurrent.
MoveToParent
());
841
while (_navCurrent.
MoveToParent
());
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (1)
388
navigator.
MoveToParent
();
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (4)
915
navigator.
MoveToParent
();
1054
navigator.
MoveToParent
();
1085
navigator.
MoveToParent
();
1232
navigator.
MoveToParent
();
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
1080
if (nav.
MoveToParent
())
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (3)
219
nav.
MoveToParent
();
227
nav.
MoveToParent
();
264
nav.
MoveToParent
();
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
279
nav.
MoveToParent
();
302
nav.
MoveToParent
();
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1154
nav.
MoveToParent
();
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
804
input.Navigator.
MoveToParent
();
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
91
frame.Node.
MoveToParent
();
System\Xml\Xsl\XsltOld\CopyNamespacesAction.cs (1)
76
frame.Node.
MoveToParent
();
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
83
return _Navigator.
MoveToParent
();
System\Xml\Xsl\XsltOld\newinstructionaction.cs (1)
21
nav.
MoveToParent
();
System\Xml\Xsl\XsltOld\NumberAction.cs (7)
239
endNode.
MoveToParent
();
254
} while (startNode.
MoveToParent
());
320
} while (nav.
MoveToParent
());
336
} while (nav.
MoveToParent
());
346
if (runner.
MoveToParent
())
421
countNode.
MoveToParent
();
426
if (!multiple || !countNode.
MoveToParent
())
System\Xml\Xsl\XsltOld\Processor.cs (1)
626
nav.
MoveToParent
();
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
107
node.
MoveToParent
();
313
node.
MoveToParent
();