2 writes to _oldStart
PresentationFramework (2)
System\windows\Documents\TextSelectionHighlightLayer.cs (2)
38_oldStart = _selection.Start; 236_oldStart = newStart;
4 references to _oldStart
PresentationFramework (4)
System\windows\Documents\TextSelectionHighlightLayer.cs (4)
213if (_oldStart.CompareTo(newStart) < 0) 215invalidRangeLeftStart = _oldStart; 221invalidRangeLeftEnd = TextPointerBase.Min(newEnd, _oldStart); 232invalidRangeRightStart = TextPointerBase.Max(newEnd, _oldStart);