6 references to OFFSET_2PIXELS
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (6)
50protected static int Offset2X = OFFSET_2PIXELS; 51protected static int Offset2Y = OFFSET_2PIXELS; 592Offset2X = ScaleHelper.ScaleToInitialSystemDpi(OFFSET_2PIXELS); 593Offset2Y = ScaleHelper.ScaleToInitialSystemDpi(OFFSET_2PIXELS); 602Offset2X = ScaleHelper.ScaleToDpi(OFFSET_2PIXELS, dpi); 603Offset2Y = ScaleHelper.ScaleToDpi(OFFSET_2PIXELS, dpi);