2 writes to _oldStart
PresentationFramework (2)
System\windows\Documents\TextSelectionHighlightLayer.cs (2)
37
_oldStart
= _selection.Start;
235
_oldStart
= newStart;
4 references to _oldStart
PresentationFramework (4)
System\windows\Documents\TextSelectionHighlightLayer.cs (4)
212
if (
_oldStart
.CompareTo(newStart) < 0)
214
invalidRangeLeftStart =
_oldStart
;
220
invalidRangeLeftEnd = TextPointerBase.Min(newEnd,
_oldStart
);
231
invalidRangeRightStart = TextPointerBase.Max(newEnd,
_oldStart
);