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)) ?
838
if ((
Depth
== 0) && (ChildNodes.Count > 0)) {
892
int depth =
Depth
;
UI\WebControls\TreeView.cs (5)
1453
int depth = checked(node.
Depth
+ 1);
1810
if ((depth == -1) || (node.
Depth
< depth)) {
1840
int depth = node.
Depth
;
2274
int depth = node.
Depth
;
3304
int depth = node.
Depth
;