2 writes to _end
PresentationFramework (2)
System\windows\Documents\TextSegment.cs (2)
71_end = _start; 77_end = endPosition.GetFrozenPointer(preserveLogicalDirection ? endPosition.LogicalDirection : LogicalDirection.Forward);
3 references to _end
PresentationFramework (3)
System\windows\Documents\TextSegment.cs (3)
97return (!this.IsNull && this._start.CompareTo(position) <= 0 && position.CompareTo(this._end) <= 0); 128return _end; 136return _start == null || _end == null;