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