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