1 write to _rootNodeStyle
System.Web (1)
UI\WebControls\TreeView.cs (1)
1017_rootNodeStyle = new TreeNodeStyle();
16 references to _rootNodeStyle
System.Web (16)
UI\WebControls\TreeView.cs (16)
1016if (_rootNodeStyle == null) { 1019((IStateManager)_rootNodeStyle).TrackViewState(); 1022return _rootNodeStyle; 1756if (_rootNodeStyle != null) { 1757_rootNodeStyle.HyperLinkStyle.DoNotRenderDefaults = true; 1758RegisterStyle(_rootNodeStyle.HyperLinkStyle); 1759RegisterStyle(_rootNodeStyle); 1874containsClassName |= AppendCssClassName(builder, _rootNodeStyle, hyperLink); 2288if (_rootNodeStyle != null) { 2289GetMergedStyle(typedStyle, _rootNodeStyle); 2871if (_rootNodeStyle != null) { 2872_rootNodeStyle.ResetCachedStyles(); 2999if (_rootNodeStyle != null) { 3000state[2] = ((IStateManager)_rootNodeStyle).SaveViewState(); 3092if (_rootNodeStyle != null) { 3093((IStateManager)_rootNodeStyle).TrackViewState();