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