13 references to Owner
System.Web (13)
UI\WebControls\TreeNode.cs (2)
656else if ((Owner != null) && !String.IsNullOrEmpty(InternalValuePath)) { 662_valuePath = String.Join(Owner.PathSeparator.ToString(), splitValuePath);
UI\WebControls\TreeNodeCollection.cs (10)
83if (child.Owner != null && child.Parent == null) { 84child.Owner.Nodes.Remove(child); 91child.SetOwner(_owner.Owner); 109TreeView owner = _owner.Owner; 191TreeView owner = node.Owner; 232TreeNodeCollection checkedNodes = node.Owner.CheckedNodes; 236TreeNode selectedNode = node.Owner.SelectedNode; 238node.Owner.SetSelectedNode(null); 283if (_owner != null && _owner.Owner != null) { 284AddAt(index, _owner.Owner.CreateNode());
UI\WebControls\TreeView.cs (1)
3065Debug.Assert(node == null || node.Owner == this);