2 writes to _end
PresentationFramework (2)
src\Framework\System\windows\Documents\TextSegment.cs (2)
73_end = _start; 79_end = endPosition.GetFrozenPointer(preserveLogicalDirection ? endPosition.LogicalDirection : LogicalDirection.Forward);
3 references to _end
PresentationFramework (3)
src\Framework\System\windows\Documents\TextSegment.cs (3)
99return (!this.IsNull && this._start.CompareTo(position) <= 0 && position.CompareTo(this._end) <= 0); 130return _end; 138return _start == null || _end == null;