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