2 writes to _currentSiteMapNodeDataPath
System.Web (2)
UI\WebControls\TreeView.cs (2)
1432
_currentSiteMapNodeDataPath
= currentNodeData.Path;
1435
_currentSiteMapNodeDataPath
= String.Empty;
2 references to _currentSiteMapNodeDataPath
System.Web (2)
UI\WebControls\TreeView.cs (2)
1429
if (
_currentSiteMapNodeDataPath
== null) {
1694
if (String.Equals(data.Path,
_currentSiteMapNodeDataPath
, StringComparison.OrdinalIgnoreCase)) {