2 writes to _valuePath
System.Web (2)
UI\WebControls\MenuItem.cs (2)
570
_valuePath
= ((parentPath.Length == 0) && (_parent.Depth == -1)) ?
1157
_valuePath
= null;
4 references to _valuePath
System.Web (4)
UI\WebControls\MenuItem.cs (4)
564
if (
_valuePath
!= null) {
565
return
_valuePath
;
572
return
_valuePath
;
1156
if (
_valuePath
!= null) {