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