3 writes to propertyDepth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
149propertyDepth = peParent.PropertyDepth + 1; 158propertyDepth = -1; 854propertyDepth = value.PropertyDepth+1;
3 references to propertyDepth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
787return((propertyDepth + 1) * borderWidth) + 1; 833int left = (propertyDepth * borderWidth) + (OutlineIconPadding) / 2; 900return propertyDepth;