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)
646
if (
_valuePath
!= null) {
647
return
_valuePath
;
654
return
_valuePath
;
663
return
_valuePath
;
1578
if (
_valuePath
!= null) {