2 writes to _oldStart
PresentationFramework (2)
System\windows\Documents\TextSelectionHighlightLayer.cs (2)
40_oldStart = _selection.Start; 238_oldStart = newStart;
4 references to _oldStart
PresentationFramework (4)
System\windows\Documents\TextSelectionHighlightLayer.cs (4)
215if (_oldStart.CompareTo(newStart) < 0) 217invalidRangeLeftStart = _oldStart; 223invalidRangeLeftEnd = TextPointerBase.Min(newEnd, _oldStart); 234invalidRangeRightStart = TextPointerBase.Max(newEnd, _oldStart);