2 writes to _start
PresentationFramework (2)
System\windows\Documents\TextSegment.cs (2)
70
_start
= startPosition.GetFrozenPointer(startPosition.LogicalDirection);
76
_start
= startPosition.GetFrozenPointer(preserveLogicalDirection ? startPosition.LogicalDirection : LogicalDirection.Backward);
4 references to _start
PresentationFramework (4)
System\windows\Documents\TextSegment.cs (4)
71
_end =
_start
;
97
return (!this.IsNull && this.
_start
.CompareTo(position) <= 0 && position.CompareTo(this._end) <= 0);
117
return
_start
;
136
return
_start
== null || _end == null;