6 references to OFFSET_2PIXELS
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (6)
49
protected static int Offset2X =
OFFSET_2PIXELS
;
50
protected static int Offset2Y =
OFFSET_2PIXELS
;
589
Offset2X = ScaleHelper.ScaleToInitialSystemDpi(
OFFSET_2PIXELS
);
590
Offset2Y = ScaleHelper.ScaleToInitialSystemDpi(
OFFSET_2PIXELS
);
599
Offset2X = ScaleHelper.ScaleToDpi(
OFFSET_2PIXELS
, dpi);
600
Offset2Y = ScaleHelper.ScaleToDpi(
OFFSET_2PIXELS
, dpi);