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)
201if (_depth == -2) { 216return _depth;