1 write to _nodeStyle
System.Web (1)
UI\WebControls\SiteMapPath.cs (1)
98
_nodeStyle
= new Style();
10 references to _nodeStyle
System.Web (10)
UI\WebControls\SiteMapPath.cs (10)
97
if (
_nodeStyle
== null) {
100
((IStateManager)
_nodeStyle
).TrackViewState();
104
return
_nodeStyle
;
514
CopyStyle(_mergedCurrentNodeStyle,
_nodeStyle
);
518
CopyStyle(_mergedRootNodeStyle,
_nodeStyle
);
556
style =
_nodeStyle
;
720
myState[2] = (
_nodeStyle
!= null) ? ((IStateManager)
_nodeStyle
).SaveViewState() : null;
743
if (
_nodeStyle
!= null)
744
((IStateManager)
_nodeStyle
).TrackViewState();