2 writes to _paintIndent
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
120_paintIndent = ScaleHelper.ScaleToInitialSystemDpi(LogicalPaintIndent); 5392_paintIndent = LogicalToDeviceUnits(LogicalPaintIndent);
3 references to _paintIndent
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
1398public int ValuePaintIndent => _paintIndent; 4338rect.X += _paintIndent + 1; 4339rect.Width -= _paintIndent + 1;