1 write to s_maxSize
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflowButton.cs (1)
25s_maxSize = ScaleHelper.ScaleToInitialSystemDpi(LogicalMaxSize);
2 references to s_maxSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflowButton.cs (2)
78preferredSize.Width = Math.Min(constrainingSize.Width, s_maxSize); 82preferredSize.Height = Math.Min(constrainingSize.Height, s_maxSize);