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