1 write to maxWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
39
maxWidth
= DpiHelper.LogicalToDeviceUnitsX(MAX_WIDTH);
1 reference to maxWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
110
preferredSize.Width = Math.Min(constrainingSize.Width,
maxWidth
);