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