3 references to PAINT_INDENT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
71
private int paintIndent =
PAINT_INDENT
;
182
paintIndent = DpiHelper.LogicalToDeviceUnitsX(
PAINT_INDENT
);
5414
paintIndent = LogicalToDeviceUnits(
PAINT_INDENT
);