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)
97
return (!this.IsNull && this._start.CompareTo(position) <= 0 && position.CompareTo(this.
_end
) <= 0);
128
return
_end
;
136
return _start == null ||
_end
== null;