1 write to maxHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
40maxHeight = DpiHelper.LogicalToDeviceUnitsY(MAX_HEIGHT);
1 reference to maxHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
113preferredSize.Height = Math.Min(constrainingSize.Height, maxHeight);