1 write to _boundsToInvalidate
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1098
_boundsToInvalidate
= dropDownItem.DropDown.Bounds;
3 references to _boundsToInvalidate
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripDesigner.cs (3)
1055
if (_toolStripAdornerWindowService is not null &&
_boundsToInvalidate
!= Rectangle.Empty)
1057
_toolStripAdornerWindowService.Invalidate(
_boundsToInvalidate
);
1058
BehaviorService.Invalidate(
_boundsToInvalidate
);