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)
624
return ((
_propertyDepth
+ 1) * borderWidth) + 1;
661
(
_propertyDepth
* borderWidth) + OutlineIconPadding / 2,
725
public virtual int PropertyDepth =>
_propertyDepth
;