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