3 writes to _boundsToInvalidateOnRemove
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (3)
1923
_boundsToInvalidateOnRemove
= Rectangle.Empty;
1970
_boundsToInvalidateOnRemove
= ownerItem.DropDown.Bounds;
1974
_boundsToInvalidateOnRemove
= Rectangle.Union(_boundsToInvalidateOnRemove, dropDownItem.DropDown.Bounds);
3 references to _boundsToInvalidateOnRemove
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (3)
1918
if (_toolStripAdornerWindowService is not null &&
_boundsToInvalidateOnRemove
!= Rectangle.Empty)
1920
using Region regionToInvalidate = new(
_boundsToInvalidateOnRemove
);
1974
_boundsToInvalidateOnRemove = Rectangle.Union(
_boundsToInvalidateOnRemove
, dropDownItem.DropDown.Bounds);