2 writes to _oldStart
PresentationFramework (2)
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (2)
45_oldStart = _selection.Start; 244_oldStart = newStart;
4 references to _oldStart
PresentationFramework (4)
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (4)
221if (_oldStart.CompareTo(newStart) < 0) 223invalidRangeLeftStart = _oldStart; 229invalidRangeLeftEnd = TextPointerBase.Min(newEnd, _oldStart); 240invalidRangeRightStart = TextPointerBase.Max(newEnd, _oldStart);