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)
85if (_navigator == null) 120if (_navigator != null && _navigator.CompareTo(_end) >= 0) 126if (_navigator == null) 130_navigator.MoveToNextContextPosition(LogicalDirection.Forward); 135Invariant.Assert(_navigator.GetPointerContext(LogicalDirection.Backward) == TextPointerContext.ElementStart, 138_navigator.MoveToElementEdge(ElementEdge.AfterEnd); 139_navigator.MoveToNextContextPosition(LogicalDirection.Forward); 143if (_navigator.CompareTo(_end) < 0) 145_current = (TextElementType)_navigator.Parent;