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