1 write to _dropDownSizeToInvalidate
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
1208_dropDownSizeToInvalidate = dropDown.Bounds;
3 references to _dropDownSizeToInvalidate
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (3)
1181if (_toolStripAdornerWindowService is not null && (dropDown.Width < _dropDownSizeToInvalidate.Width || dropDown.Size.Height < _dropDownSizeToInvalidate.Height)) 1183using Region invalidatingRegion = new(_dropDownSizeToInvalidate);