9 references to Parent
System.Web (9)
UI\WebControls\TreeNode.cs (2)
206if (Parent != null) { 207_depth = Parent.Depth + 1;
UI\WebControls\TreeNodeCollection.cs (5)
83if (child.Owner != null && child.Parent == null) { 86if (child.Parent != null) { 87child.Parent.ChildNodes.Remove(child); 122current = current.Parent; 210current = current.Parent;
UI\WebControls\TreeView.cs (2)
1699TreeNode newNodeParent = newNode.Parent; 1705newNodeParent = newNodeParent.Parent;