11 overrides of MoveToParent
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
616
public override bool
MoveToParent
()
System.Data (1)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
145
public override bool
MoveToParent
() {
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
158
public override bool
MoveToParent
() {
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
471
public override bool
MoveToParent
()
845
public override bool
MoveToParent
()
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
972
public override bool
MoveToParent
()
System.Transactions (1)
System\Transactions\Trace\TraceXPathNavigator.cs (1)
327
public override bool
MoveToParent
()
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
402
public override bool
MoveToParent
() {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
694
public override bool
MoveToParent
() {
System\Xml\XPath\XPathNavigatorReader.cs (1)
1125
public override bool
MoveToParent
() {
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
579
public override bool
MoveToParent
() {
107 references to MoveToParent
System.Data.SqlXml (34)
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
194
context.
MoveToParent
();
System\Xml\Xsl\Runtime\SiblingIterators.cs (1)
148
if (!this.navCurrent.
MoveToParent
())
System\Xml\Xsl\Runtime\TreeIterators.cs (5)
152
this.haveCurrent = (this.navCurrent.
MoveToParent
()) && (!filter.IsFiltered(this.navCurrent));
212
while (this.navCurrent.
MoveToParent
()) {
322
if (!nav.
MoveToParent
()) {
639
while (this.navCurrent.
MoveToParent
());
763
while (this.navCurrent.
MoveToParent
());
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (1)
348
navigator.
MoveToParent
();
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (4)
830
navigator.
MoveToParent
();
957
navigator.
MoveToParent
();
985
navigator.
MoveToParent
();
1116
navigator.
MoveToParent
();
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
1016
if (nav.
MoveToParent
()) {
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (3)
202
nav.
MoveToParent
();
209
nav.
MoveToParent
();
241
nav.
MoveToParent
();
System\Xml\Xsl\XsltOld\ActionFrame.cs (2)
243
nav.
MoveToParent
();
262
nav.
MoveToParent
();
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1145
nav.
MoveToParent
();
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
668
input.Navigator.
MoveToParent
();
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
84
frame.Node.
MoveToParent
();
System\Xml\Xsl\XsltOld\CopyNamespacesAction.cs (1)
73
frame.Node.
MoveToParent
();
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
71
return _Navigator.
MoveToParent
();
System\Xml\Xsl\XsltOld\NewInstructionAction.cs (1)
23
nav.
MoveToParent
();
System\Xml\Xsl\XsltOld\NumberAction.cs (7)
220
endNode.
MoveToParent
();
232
}while(startNode.
MoveToParent
());
285
}while (nav.
MoveToParent
());
297
}while (nav.
MoveToParent
());
306
if (runner.
MoveToParent
()) {
365
countNode.
MoveToParent
();
369
if(! multiple || ! countNode.
MoveToParent
()) {
System\Xml\Xsl\XsltOld\Processor.cs (1)
569
nav.
MoveToParent
();
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
95
node.
MoveToParent
();
266
node.
MoveToParent
();
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
474
return this.navigator.
MoveToParent
();
848
return this.navigator.
MoveToParent
();
System\ServiceModel\Dispatcher\QuerySelectOp.cs (1)
425
contextNode.
MoveToParent
();
System.Xml (70)
System\Xml\Core\XmlWriter.cs (3)
460
navigator.
MoveToParent
();
466
navigator.
MoveToParent
();
530
navigator.
MoveToParent
();
System\Xml\Core\XmlWriterAsync.cs (3)
412
navigator.
MoveToParent
();
418
navigator.
MoveToParent
();
482
navigator.
MoveToParent
();
System\Xml\XPath\Internal\AttributeQuery.cs (1)
55
if (temp.
MoveToParent
()) {
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
56
if (temp.NodeType != XPathNodeType.Attribute && temp.
MoveToParent
()) {
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
41
while (anc.
MoveToParent
()) {
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
76
bool result = currentNode.
MoveToParent
();
System\Xml\XPath\Internal\FilterQuery.cs (2)
86
result.
MoveToParent
();
102
result.
MoveToParent
();
System\Xml\XPath\Internal\FollowingQuery.cs (2)
49
input.
MoveToParent
();
53
if (! input.
MoveToParent
()) {
System\Xml\XPath\Internal\FollowingSibling.cs (1)
40
parent.
MoveToParent
();
System\Xml\XPath\Internal\ParentQuery.cs (1)
29
if (input.
MoveToParent
()) {
System\Xml\XPath\Internal\PrecedingQuery.cs (2)
58
last.
MoveToParent
();
64
} while (last.
MoveToParent
());
System\Xml\XPath\Internal\PrecedingSibling.cs (2)
35
nav1.
MoveToParent
();
61
if (prev.
MoveToParent
()) {
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
29
while (nav.
MoveToParent
()) {
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
42
while (ancestor.
MoveToParent
()) {
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
45
nav.
MoveToParent
();
System\Xml\XPath\XPathNavigator.cs (33)
367
if (navSave.
MoveToParent
())
372
MoveToParent
();
395
if (navClone.
MoveToParent
())
429
if (navSave.
MoveToParent
())
451
MoveToParent
();
491
while (navClone.
MoveToParent
());
523
MoveToParent
();
535
MoveToParent
();
548
MoveToParent
();
570
MoveToParent
();
584
MoveToParent
();
610
if (!
MoveToParent
())
621
while (
MoveToParent
())
636
MoveToParent
();
651
MoveToParent
();
678
if (!
MoveToParent
()) {
692
if (!
MoveToParent
()) {
736
if (!
MoveToParent
()) {
750
if (!
MoveToParent
()) {
797
MoveToParent
();
809
while ( nav.
MoveToParent
() )
832
n1.
MoveToParent
();
841
n2.
MoveToParent
();
852
if( !parent1.
MoveToParent
() || !parent2.
MoveToParent
() )
862
n1.
MoveToParent
();
863
n2.
MoveToParent
();
1229
MoveToParent
();
1469
if (!
MoveToParent
())
1482
if (!
MoveToParent
()) {
1560
if (!nav.
MoveToParent
()) {
1586
while (nav.
MoveToParent
()) {
1764
editor.
MoveToParent
(); // should always succeed.
System\Xml\XPath\XPathNavigatorReader.cs (14)
244
tempNav.
MoveToParent
();
247
while (tempNav.
MoveToParent
());
288
if (tempNav.
MoveToParent
())
310
nav.
MoveToParent
();
315
nav.
MoveToParent
();
348
tempNav.
MoveToParent
();
370
if (!nav.
MoveToParent
())
411
if (!nav.
MoveToParent
())
471
nav.
MoveToParent
();
556
if ( !nav.
MoveToParent
() )
562
nav.
MoveToParent
();
660
if (!nav.
MoveToParent
())
886
else if ( depth > 0 && this.nav.
MoveToParent
() ) {
900
if ( !this.nav.
MoveToParent
() ) {