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
;
591
s_offset4X = ScaleHelper.ScaleToInitialSystemDpi(
OFFSET_4PIXELS
);
592
s_offset4Y = ScaleHelper.ScaleToInitialSystemDpi(
OFFSET_4PIXELS
);
601
s_offset4X = ScaleHelper.ScaleToDpi(
OFFSET_4PIXELS
, dpi);
602
s_offset4Y = ScaleHelper.ScaleToDpi(
OFFSET_4PIXELS
, dpi);