17 writes to pageParent
System.Xml (17)
System\Xml\Cache\XPathDocumentNavigator.cs (17)
43
this.
pageParent
= pageParent;
238
this.
pageParent
= page;
275
this.
pageParent
= page;
303
this.
pageParent
= this.pageCurrent;
389
this.
pageParent
= this.pageCurrent;
412
this.
pageParent
= null;
429
this.
pageParent
= that.pageParent;
449
this.
pageParent
= null;
483
this.
pageParent
= null;
522
this.
pageParent
= this.pageCurrent;
558
if (!XPathNodeHelper.GetElementFollowing(ref this.
pageParent
, ref this.idxParent, pageEnd, idxEnd, this.atomizedLocalName, namespaceURI))
563
this.
pageParent
= null;
592
this.
pageParent
= this.pageCurrent;
624
this.
pageParent
= page;
632
this.
pageParent
= null;
644
if (!XPathNodeHelper.GetContentFollowing(ref this.
pageParent
, ref this.idxParent, pageEnd, idxEnd, type))
649
this.
pageParent
= null;
20 references to pageParent
System.Xml (20)
System\Xml\Cache\XPathDocumentNavigator.cs (20)
51
public XPathDocumentNavigator(XPathDocumentNavigator nav) : this(nav.pageCurrent, nav.idxCurrent, nav.
pageParent
, nav.idxParent) {
96
return this.
pageParent
[this.idxParent].Value;
139
return new XPathDocumentNavigator(this.pageCurrent, this.idxCurrent, this.
pageParent
, this.idxParent);
187
page = this.
pageParent
;
341
if (idxParent != this.idxParent || (object) pageParent != (object) this.
pageParent
)
409
Debug.Assert(this.
pageParent
!= null);
410
this.pageCurrent = this.
pageParent
;
429
this.pageParent = that.
pageParent
;
465
this.idxParent == that.idxParent && this.
pageParent
== that.
pageParent
;
561
this.pageCurrent = this.
pageParent
;
587
if (endTiny != null && this.idxCurrent == endTiny.idxParent && this.pageCurrent == endTiny.
pageParent
) {
604
page = this.
pageParent
;
647
this.pageCurrent = this.
pageParent
;
738
pageThat = that.
pageParent
;
768
return XPathNodeHelper.GetLocation(this.
pageParent
, this.idxParent);
814
loc = (this.
pageParent
[0].PageInfo.PageNumber - 1) << 16 | (this.idxParent - 1);
861
return this.
pageParent
[this.idxParent].LineNumber;
874
return this.
pageParent
[this.idxParent].CollapsedLinePosition;
940
pageEnd = end.
pageParent
;