1 write to _leafNodeStyle
System.Web (1)
UI\WebControls\TreeView.cs (1)
626_leafNodeStyle = new TreeNodeStyle();
16 references to _leafNodeStyle
System.Web (16)
UI\WebControls\TreeView.cs (16)
625if (_leafNodeStyle == null) { 628((IStateManager)_leafNodeStyle).TrackViewState(); 631return _leafNodeStyle; 1768if (_leafNodeStyle != null) { 1769_leafNodeStyle.HyperLinkStyle.DoNotRenderDefaults = true; 1770RegisterStyle(_leafNodeStyle.HyperLinkStyle); 1771RegisterStyle(_leafNodeStyle); 1880containsClassName |= AppendCssClassName(builder, _leafNodeStyle, hyperLink); 2297else if (_leafNodeStyle != null) { 2298GetMergedStyle(typedStyle, _leafNodeStyle); 2865if (_leafNodeStyle != null) { 2866_leafNodeStyle.ResetCachedStyles(); 3009if (_leafNodeStyle != null) { 3010state[4] = ((IStateManager)_leafNodeStyle).SaveViewState(); 3100if (_leafNodeStyle != null) { 3101((IStateManager)_leafNodeStyle).TrackViewState();