3 writes to _navigator
PresentationFramework (3)
System\Windows\Documents\TextElementEnumerator.cs (3)
53_navigator = null; 124_navigator = new TextPointer(_start); 162_navigator = null;
10 references to _navigator
PresentationFramework (10)
System\Windows\Documents\TextElementEnumerator.cs (10)
80if (_navigator == null) 115if (_navigator != null && _navigator.CompareTo(_end) >= 0) 121if (_navigator == null) 125_navigator.MoveToNextContextPosition(LogicalDirection.Forward); 130Invariant.Assert(_navigator.GetPointerContext(LogicalDirection.Backward) == TextPointerContext.ElementStart, 133_navigator.MoveToElementEdge(ElementEdge.AfterEnd); 134_navigator.MoveToNextContextPosition(LogicalDirection.Forward); 138if (_navigator.CompareTo(_end) < 0) 140_current = (TextElementType)_navigator.Parent;