3 references to ICON_WELL_GRADIENT_WIDTH
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (3)
19
private int _iconWellGradientWidth =
ICON_WELL_GRADIENT_WIDTH
;
1613
_iconWellGradientWidth = ScaleHelper.ScaleToDpi(
ICON_WELL_GRADIENT_WIDTH
, currentDeviceDpi);
1636
_iconWellGradientWidth = ScaleHelper.ScaleToInitialSystemDpi(
ICON_WELL_GRADIENT_WIDTH
);