3 writes to _valuePath
System.Web (3)
UI\WebControls\TreeNode.cs (3)
652_valuePath = ((parentPath.Length == 0) && (_parent.Depth == -1)) ? 662_valuePath = String.Join(Owner.PathSeparator.ToString(), splitValuePath); 1579_valuePath = null;
5 references to _valuePath
System.Web (5)
UI\WebControls\TreeNode.cs (5)
646if (_valuePath != null) { 647return _valuePath; 654return _valuePath; 663return _valuePath; 1578if (_valuePath != null) {