3 references to PAINT_WIDTH
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
69
private int paintWidth =
PAINT_WIDTH
;
181
paintWidth = DpiHelper.LogicalToDeviceUnitsX(
PAINT_WIDTH
);
5413
paintWidth = LogicalToDeviceUnits(
PAINT_WIDTH
);