3 writes to _navigator
PresentationFramework (3)
System\Windows\Documents\TextElementEnumerator.cs (3)
58
_navigator
= null;
129
_navigator
= new TextPointer(_start);
167
_navigator
= null;
10 references to _navigator
PresentationFramework (10)
System\Windows\Documents\TextElementEnumerator.cs (10)
85
if (
_navigator
== null)
120
if (
_navigator
!= null &&
_navigator
.CompareTo(_end) >= 0)
126
if (
_navigator
== null)
130
_navigator
.MoveToNextContextPosition(LogicalDirection.Forward);
135
Invariant.Assert(
_navigator
.GetPointerContext(LogicalDirection.Backward) == TextPointerContext.ElementStart,
138
_navigator
.MoveToElementEdge(ElementEdge.AfterEnd);
139
_navigator
.MoveToNextContextPosition(LogicalDirection.Forward);
143
if (
_navigator
.CompareTo(_end) < 0)
145
_current = (TextElementType)
_navigator
.Parent;