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;
688
_propertyDepth
= value.PropertyDepth + 1;
3 references to _propertyDepth
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
618
return ((
_propertyDepth
+ 1) * borderWidth) + 1;
655
(
_propertyDepth
* borderWidth) + OutlineIconPadding / 2,
719
public virtual int PropertyDepth =>
_propertyDepth
;