1 write to _end
PresentationFramework (1)
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (1)
46
_end
= end;
5 references to _end
PresentationFramework (5)
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (5)
96
if (_navigator.CompareTo(
_end
) >= 0)
174
if (_start == null || _start.CompareTo(
_end
) == 0)
177
if (_navigator != null && _navigator.CompareTo(
_end
) >= 0)
197
while (_navigator.GetPointerContext(LogicalDirection.Forward) == TextPointerContext.Text && _navigator.CompareTo(
_end
) < 0);
219
return (_navigator.CompareTo(
_end
) < 0);