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)
304
if (
_rootNodeStyle
== null) {
307
((IStateManager)
_rootNodeStyle
).TrackViewState();
311
return
_rootNodeStyle
;
519
CopyStyle(_mergedRootNodeStyle,
_rootNodeStyle
);
721
myState[3] = (
_rootNodeStyle
!= null) ? ((IStateManager)
_rootNodeStyle
).SaveViewState() : null;
746
if (
_rootNodeStyle
!= null)
747
((IStateManager)
_rootNodeStyle
).TrackViewState();