3 references to ICON_WELL_GRADIENT_WIDTH
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (3)
25
private int iconWellGradientWidth =
ICON_WELL_GRADIENT_WIDTH
;
1411
iconWellGradientWidth = DpiHelper.LogicalToDeviceUnits(
ICON_WELL_GRADIENT_WIDTH
, currentDeviceDpi);
1431
iconWellGradientWidth = DpiHelper.LogicalToDeviceUnitsX(
ICON_WELL_GRADIENT_WIDTH
);