1 write to _end
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextElementEnumerator.cs (1)
45_end = end;
3 references to _end
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextElementEnumerator.cs (3)
126if (_start == null || _start.CompareTo(_end) == 0) 132if (_navigator != null && _navigator.CompareTo(_end) >= 0) 155if (_navigator.CompareTo(_end) < 0)