1 write to _nodeStyle
System.Web (1)
UI\WebControls\SiteMapPath.cs (1)
98_nodeStyle = new Style();
10 references to _nodeStyle
System.Web (10)
UI\WebControls\SiteMapPath.cs (10)
97if (_nodeStyle == null) { 100((IStateManager)_nodeStyle).TrackViewState(); 104return _nodeStyle; 514CopyStyle(_mergedCurrentNodeStyle, _nodeStyle); 518CopyStyle(_mergedRootNodeStyle, _nodeStyle); 556style = _nodeStyle; 720myState[2] = (_nodeStyle != null) ? ((IStateManager)_nodeStyle).SaveViewState() : null; 743if (_nodeStyle != null) 744((IStateManager)_nodeStyle).TrackViewState();