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