4 references to OFFSET_2PIXELS
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
75
private static int offset2X =
OFFSET_2PIXELS
;
76
private static int offset2Y =
OFFSET_2PIXELS
;
88
offset2X = DpiHelper.LogicalToDeviceUnitsX(
OFFSET_2PIXELS
);
89
offset2Y = DpiHelper.LogicalToDeviceUnitsY(
OFFSET_2PIXELS
);