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