2 writes to _previousSelectionBounds
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (2)
44
_previousSelectionBounds
= null;
456
_previousSelectionBounds
= _currentSelectionBounds.Length > 0 ? [.. _currentSelectionBounds] : null;
2 references to _previousSelectionBounds
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\SelectionManager.cs (2)
423
if (
_previousSelectionBounds
is not null)
425
Region toUpdate = DetermineRegionToRefresh(primarySelection,
_previousSelectionBounds
, _currentSelectionBounds);