1 override of PropertyDepth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
103
public override int
PropertyDepth
{
8 references to PropertyDepth
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (2)
105
return base.
PropertyDepth
- 1;
171
return 1+gridHost.GetOutlineIconSize()+OUTLINE_ICON_PADDING + (base.
PropertyDepth
* gridHost.GetDefaultOutlineIndent());
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (4)
149
propertyDepth = peParent.
PropertyDepth
+ 1;
854
propertyDepth = value.
PropertyDepth
+1;
1851
pe.PropertyType.Equals(this.PropertyType) && pe.
PropertyDepth
== this.
PropertyDepth
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2053
int depth = gridEntry.
PropertyDepth
;
2060
depth = gridEntry.
PropertyDepth
;