3 writes to _propertyDepth
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
80_propertyDepth = parent.PropertyDepth + 1; 90_propertyDepth = -1; 694_propertyDepth = value.PropertyDepth + 1;
3 references to _propertyDepth
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
624return ((_propertyDepth + 1) * borderWidth) + 1; 661(_propertyDepth * borderWidth) + OutlineIconPadding / 2, 725public virtual int PropertyDepth => _propertyDepth;