3 writes to _navigator
PresentationFramework (3)
System\Windows\Documents\TextElementEnumerator.cs (3)
54_navigator = null; 125_navigator = new TextPointer(_start); 163_navigator = null;
10 references to _navigator
PresentationFramework (10)
System\Windows\Documents\TextElementEnumerator.cs (10)
81if (_navigator == null) 116if (_navigator != null && _navigator.CompareTo(_end) >= 0) 122if (_navigator == null) 126_navigator.MoveToNextContextPosition(LogicalDirection.Forward); 131Invariant.Assert(_navigator.GetPointerContext(LogicalDirection.Backward) == TextPointerContext.ElementStart, 134_navigator.MoveToElementEdge(ElementEdge.AfterEnd); 135_navigator.MoveToNextContextPosition(LogicalDirection.Forward); 139if (_navigator.CompareTo(_end) < 0) 141_current = (TextElementType)_navigator.Parent;