2 writes to paintIndent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
182
paintIndent
= DpiHelper.LogicalToDeviceUnitsX(PAINT_INDENT);
5414
paintIndent
= LogicalToDeviceUnits(PAINT_INDENT);
3 references to paintIndent
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
1617
return
paintIndent
;
4439
rect.X +=
paintIndent
+ 1;
4440
rect.Width -=
paintIndent
+ 1;