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)
277Size maxCheckSize = _defaultImageSize; 351int extraImageWidth = Math.Max(0, maxImageSize.Width - _defaultImageSize.Width);