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)
1016
if (
_rootNodeStyle
== null) {
1019
((IStateManager)
_rootNodeStyle
).TrackViewState();
1022
return
_rootNodeStyle
;
1756
if (
_rootNodeStyle
!= null) {
1757
_rootNodeStyle
.HyperLinkStyle.DoNotRenderDefaults = true;
1758
RegisterStyle(
_rootNodeStyle
.HyperLinkStyle);
1759
RegisterStyle(
_rootNodeStyle
);
1874
containsClassName |= AppendCssClassName(builder,
_rootNodeStyle
, hyperLink);
2288
if (
_rootNodeStyle
!= null) {
2289
GetMergedStyle(typedStyle,
_rootNodeStyle
);
2871
if (
_rootNodeStyle
!= null) {
2872
_rootNodeStyle
.ResetCachedStyles();
2999
if (
_rootNodeStyle
!= null) {
3000
state[2] = ((IStateManager)
_rootNodeStyle
).SaveViewState();
3092
if (
_rootNodeStyle
!= null) {
3093
((IStateManager)
_rootNodeStyle
).TrackViewState();