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