2 writes to _paintWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
119
_paintWidth
= ScaleHelper.ScaleToInitialSystemDpi(LogicalPaintWidth);
5387
_paintWidth
= LogicalToDeviceUnits(LogicalPaintWidth);
1 reference to _paintWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1400
public int ValuePaintWidth =>
_paintWidth
;