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)
97if (_navigator == null) 132if (_navigator != null && _navigator.CompareTo(_end) >= 0) 138if (_navigator == null) 142_navigator.MoveToNextContextPosition(LogicalDirection.Forward); 147Invariant.Assert(_navigator.GetPointerContext(LogicalDirection.Backward) == TextPointerContext.ElementStart, 150_navigator.MoveToElementEdge(ElementEdge.AfterEnd); 151_navigator.MoveToNextContextPosition(LogicalDirection.Forward); 155if (_navigator.CompareTo(_end) < 0) 157_current = (TextElementType)_navigator.Parent;