1 write to _defaultImageSize
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
591
_defaultImageSize
= new(defaultImageSize, defaultImageSize);
2 references to _defaultImageSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (2)
277
Size maxCheckSize =
_defaultImageSize
;
351
int extraImageWidth = Math.Max(0, maxImageSize.Width -
_defaultImageSize
.Width);