2 writes to _paintIndent
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
121
_paintIndent
= ScaleHelper.ScaleToInitialSystemDpi(LogicalPaintIndent);
5418
_paintIndent
= LogicalToDeviceUnits(LogicalPaintIndent);
3 references to _paintIndent
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
1422
public int ValuePaintIndent =>
_paintIndent
;
4374
rect.X +=
_paintIndent
+ 1;
4375
rect.Width -=
_paintIndent
+ 1;