3 writes to _navigator
PresentationFramework (3)
System\Windows\Documents\TextElementEnumerator.cs (3)
53
_navigator
= null;
124
_navigator
= new TextPointer(_start);
162
_navigator
= null;
10 references to _navigator
PresentationFramework (10)
System\Windows\Documents\TextElementEnumerator.cs (10)
80
if (
_navigator
== null)
115
if (
_navigator
!= null &&
_navigator
.CompareTo(_end) >= 0)
121
if (
_navigator
== null)
125
_navigator
.MoveToNextContextPosition(LogicalDirection.Forward);
130
Invariant.Assert(
_navigator
.GetPointerContext(LogicalDirection.Backward) == TextPointerContext.ElementStart,
133
_navigator
.MoveToElementEdge(ElementEdge.AfterEnd);
134
_navigator
.MoveToNextContextPosition(LogicalDirection.Forward);
138
if (
_navigator
.CompareTo(_end) < 0)
140
_current = (TextElementType)
_navigator
.Parent;