3 writes to _navigator
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextElementEnumerator.cs (3)
70
_navigator
= null;
141
_navigator
= new TextPointer(_start);
179
_navigator
= null;
10 references to _navigator
PresentationFramework (10)
src\Framework\System\Windows\Documents\TextElementEnumerator.cs (10)
97
if (
_navigator
== null)
132
if (
_navigator
!= null &&
_navigator
.CompareTo(_end) >= 0)
138
if (
_navigator
== null)
142
_navigator
.MoveToNextContextPosition(LogicalDirection.Forward);
147
Invariant.Assert(
_navigator
.GetPointerContext(LogicalDirection.Backward) == TextPointerContext.ElementStart,
150
_navigator
.MoveToElementEdge(ElementEdge.AfterEnd);
151
_navigator
.MoveToNextContextPosition(LogicalDirection.Forward);
155
if (
_navigator
.CompareTo(_end) < 0)
157
_current = (TextElementType)
_navigator
.Parent;