3 writes to _depth
System.Web (3)
UI\WebControls\TreeNode.cs (3)
207
_depth
= Parent.Depth + 1;
210
_depth
= InternalValuePath.Split(TreeView.InternalPathSeparator).Length - 1;
1695
_depth
= -2;
2 references to _depth
System.Web (2)
UI\WebControls\TreeNode.cs (2)
201
if (
_depth
== -2) {
216
return
_depth
;