2 writes to paintWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
181paintWidth = DpiHelper.LogicalToDeviceUnitsX(PAINT_WIDTH); 5413paintWidth = LogicalToDeviceUnits(PAINT_WIDTH);
1 reference to paintWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1621return paintWidth;