1 override of PropertyDepth
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
53public override int PropertyDepth => base.PropertyDepth - 1;
8 references to PropertyDepth
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (2)
53public 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)
1784int depth = gridEntry.PropertyDepth; 1793depth = gridEntry?.PropertyDepth ?? 0;