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