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)
91if (_navigator == null) 126if (_navigator != null && _navigator.CompareTo(_end) >= 0) 132if (_navigator == null) 136_navigator.MoveToNextContextPosition(LogicalDirection.Forward); 141Invariant.Assert(_navigator.GetPointerContext(LogicalDirection.Backward) == TextPointerContext.ElementStart, 144_navigator.MoveToElementEdge(ElementEdge.AfterEnd); 145_navigator.MoveToNextContextPosition(LogicalDirection.Forward); 149if (_navigator.CompareTo(_end) < 0) 151_current = (TextElementType)_navigator.Parent;