6 references to OFFSET_4PIXELS
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (6)
51
private static int s_offset4X =
OFFSET_4PIXELS
;
52
private static int s_offset4Y =
OFFSET_4PIXELS
;
590
s_offset4X = ScaleHelper.ScaleToInitialSystemDpi(
OFFSET_4PIXELS
);
591
s_offset4Y = ScaleHelper.ScaleToInitialSystemDpi(
OFFSET_4PIXELS
);
600
s_offset4X = ScaleHelper.ScaleToDpi(
OFFSET_4PIXELS
, dpi);
601
s_offset4Y = ScaleHelper.ScaleToDpi(
OFFSET_4PIXELS
, dpi);