4 references to Offset2Pixels
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (4)
57private static int s_offset2X = Offset2Pixels; 58private static int s_offset2Y = Offset2Pixels; 69s_offset2X = ScaleHelper.ScaleToInitialSystemDpi(Offset2Pixels); 70s_offset2Y = ScaleHelper.ScaleToInitialSystemDpi(Offset2Pixels);