2 writes to standardButtonWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripButton.cs (2)
194standardButtonWidth = DpiHelper.LogicalToDeviceUnits(STANDARD_BUTTON_WIDTH, DeviceDpi); 221standardButtonWidth = DpiHelper.LogicalToDeviceUnitsX(STANDARD_BUTTON_WIDTH);
1 reference to standardButtonWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripButton.cs (1)
211prefSize.Width = Math.Max(prefSize.Width, standardButtonWidth);