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)
1075if (_toolStripAdornerWindowService is not null && _boundsToInvalidate != Rectangle.Empty) 1077_toolStripAdornerWindowService.Invalidate(_boundsToInvalidate); 1078BehaviorService.Invalidate(_boundsToInvalidate);