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