3 references to STANDARD_BUTTON_WIDTH
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripButton.cs (3)
24
private int standardButtonWidth =
STANDARD_BUTTON_WIDTH
;
194
standardButtonWidth = DpiHelper.LogicalToDeviceUnits(
STANDARD_BUTTON_WIDTH
, DeviceDpi);
221
standardButtonWidth = DpiHelper.LogicalToDeviceUnitsX(
STANDARD_BUTTON_WIDTH
);