1 override of PropertyDepth
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
53
public override int
PropertyDepth
=> base.PropertyDepth - 1;
8 references to PropertyDepth
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (2)
53
public override int PropertyDepth => base.
PropertyDepth
- 1;
90
+ (base.
PropertyDepth
* PropertyGridView.DefaultOutlineIndent);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (4)
80
_propertyDepth = parent.
PropertyDepth
+ 1;
694
_propertyDepth = value.
PropertyDepth
+ 1;
1135
&& entry.
PropertyDepth
==
PropertyDepth
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
1784
int depth = gridEntry.
PropertyDepth
;
1793
depth = gridEntry?.
PropertyDepth
?? 0;