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