1 write to _rootNodeStyle
System.Web (1)
UI\WebControls\SiteMapPath.cs (1)
305_rootNodeStyle = new Style();
8 references to _rootNodeStyle
System.Web (8)
UI\WebControls\SiteMapPath.cs (8)
304if (_rootNodeStyle == null) { 307((IStateManager)_rootNodeStyle).TrackViewState(); 311return _rootNodeStyle; 519CopyStyle(_mergedRootNodeStyle, _rootNodeStyle); 721myState[3] = (_rootNodeStyle != null) ? ((IStateManager)_rootNodeStyle).SaveViewState() : null; 746if (_rootNodeStyle != null) 747((IStateManager)_rootNodeStyle).TrackViewState();