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