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)
213
if (
_oldStart
.CompareTo(newStart) < 0)
215
invalidRangeLeftStart =
_oldStart
;
221
invalidRangeLeftEnd = TextPointerBase.Min(newEnd,
_oldStart
);
232
invalidRangeRightStart = TextPointerBase.Max(newEnd,
_oldStart
);