6 references to OFFSET_4PIXELS
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (6)
52
private static int s_offset4X =
OFFSET_4PIXELS
;
53
private static int s_offset4Y =
OFFSET_4PIXELS
;
594
s_offset4X = ScaleHelper.ScaleToInitialSystemDpi(
OFFSET_4PIXELS
);
595
s_offset4Y = ScaleHelper.ScaleToInitialSystemDpi(
OFFSET_4PIXELS
);
604
s_offset4X = ScaleHelper.ScaleToDpi(
OFFSET_4PIXELS
, dpi);
605
s_offset4Y = ScaleHelper.ScaleToDpi(
OFFSET_4PIXELS
, dpi);