9 references to Depth
System.Web (9)
UI\WebControls\TreeNode.cs (4)
207_depth = Parent.Depth + 1; 652_valuePath = ((parentPath.Length == 0) && (_parent.Depth == -1)) ? 838if ((Depth == 0) && (ChildNodes.Count > 0)) { 892int depth = Depth;
UI\WebControls\TreeView.cs (5)
1453int depth = checked(node.Depth + 1); 1810if ((depth == -1) || (node.Depth < depth)) { 1840int depth = node.Depth; 2274int depth = node.Depth; 3304int depth = node.Depth;