3 writes to _navigator
PresentationFramework (3)
System\Windows\Documents\TextElementEnumerator.cs (3)
54
_navigator
= null;
125
_navigator
= new TextPointer(_start);
163
_navigator
= null;
10 references to _navigator
PresentationFramework (10)
System\Windows\Documents\TextElementEnumerator.cs (10)
81
if (
_navigator
== null)
116
if (
_navigator
!= null &&
_navigator
.CompareTo(_end) >= 0)
122
if (
_navigator
== null)
126
_navigator
.MoveToNextContextPosition(LogicalDirection.Forward);
131
Invariant.Assert(
_navigator
.GetPointerContext(LogicalDirection.Backward) == TextPointerContext.ElementStart,
134
_navigator
.MoveToElementEdge(ElementEdge.AfterEnd);
135
_navigator
.MoveToNextContextPosition(LogicalDirection.Forward);
139
if (
_navigator
.CompareTo(_end) < 0)
141
_current = (TextElementType)
_navigator
.Parent;