2 writes to _end
PresentationFramework (2)
System\windows\Documents\TextSegment.cs (2)
70_end = _start; 76_end = endPosition.GetFrozenPointer(preserveLogicalDirection ? endPosition.LogicalDirection : LogicalDirection.Forward);
3 references to _end
PresentationFramework (3)
System\windows\Documents\TextSegment.cs (3)
96return (!this.IsNull && this._start.CompareTo(position) <= 0 && position.CompareTo(this._end) <= 0); 127return _end; 135return _start == null || _end == null;