1 write to _parentNodeStyle
System.Web (1)
UI\WebControls\TreeView.cs (1)
888_parentNodeStyle = new TreeNodeStyle();
16 references to _parentNodeStyle
System.Web (16)
UI\WebControls\TreeView.cs (16)
887if (_parentNodeStyle == null) { 890((IStateManager)_parentNodeStyle).TrackViewState(); 893return _parentNodeStyle; 1762if (_parentNodeStyle != null) { 1763_parentNodeStyle.HyperLinkStyle.DoNotRenderDefaults = true; 1764RegisterStyle(_parentNodeStyle.HyperLinkStyle); 1765RegisterStyle(_parentNodeStyle); 1877containsClassName |= AppendCssClassName(builder, _parentNodeStyle, hyperLink); 2293if (_parentNodeStyle != null) { 2294GetMergedStyle(typedStyle, _parentNodeStyle); 2868if (_parentNodeStyle != null) { 2869_parentNodeStyle.ResetCachedStyles(); 3004if (_parentNodeStyle != null) { 3005state[3] = ((IStateManager)_parentNodeStyle).SaveViewState(); 3096if (_parentNodeStyle != null) { 3097((IStateManager)_parentNodeStyle).TrackViewState();