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)
1181
if (_toolStripAdornerWindowService is not null && (dropDown.Width <
_dropDownSizeToInvalidate
.Width || dropDown.Size.Height <
_dropDownSizeToInvalidate
.Height))
1183
using Region invalidatingRegion = new(
_dropDownSizeToInvalidate
);