3 writes to _navigator
PresentationFramework (3)
System\Windows\Documents\TextElementEnumerator.cs (3)
64
_navigator
= null;
135
_navigator
= new TextPointer(_start);
173
_navigator
= null;
10 references to _navigator
PresentationFramework (10)
System\Windows\Documents\TextElementEnumerator.cs (10)
91
if (
_navigator
== null)
126
if (
_navigator
!= null &&
_navigator
.CompareTo(_end) >= 0)
132
if (
_navigator
== null)
136
_navigator
.MoveToNextContextPosition(LogicalDirection.Forward);
141
Invariant.Assert(
_navigator
.GetPointerContext(LogicalDirection.Backward) == TextPointerContext.ElementStart,
144
_navigator
.MoveToElementEdge(ElementEdge.AfterEnd);
145
_navigator
.MoveToNextContextPosition(LogicalDirection.Forward);
149
if (
_navigator
.CompareTo(_end) < 0)
151
_current = (TextElementType)
_navigator
.Parent;