3 references to OVERFLOW_BUTTON_WIDTH
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (3)
34
private int overflowButtonWidth =
OVERFLOW_BUTTON_WIDTH
;
1405
overflowButtonWidth = DpiHelper.LogicalToDeviceUnits(
OVERFLOW_BUTTON_WIDTH
, currentDeviceDpi);
1424
overflowButtonWidth = DpiHelper.LogicalToDeviceUnitsX(
OVERFLOW_BUTTON_WIDTH
);