2 writes to _end
PresentationFramework (2)
System\windows\Documents\TextSegment.cs (2)
69_end = _start; 75_end = endPosition.GetFrozenPointer(preserveLogicalDirection ? endPosition.LogicalDirection : LogicalDirection.Forward);
3 references to _end
PresentationFramework (3)
System\windows\Documents\TextSegment.cs (3)
95return (!this.IsNull && this._start.CompareTo(position) <= 0 && position.CompareTo(this._end) <= 0); 126return _end; 134return _start == null || _end == null;