1 write to _currentNodeStyle
System.Web (1)
UI\WebControls\SiteMapPath.cs (1)
56
_currentNodeStyle
= new Style();
8 references to _currentNodeStyle
System.Web (8)
UI\WebControls\SiteMapPath.cs (8)
55
if (
_currentNodeStyle
== null) {
58
((IStateManager)
_currentNodeStyle
).TrackViewState();
62
return
_currentNodeStyle
;
515
CopyStyle(_mergedCurrentNodeStyle,
_currentNodeStyle
);
719
myState[1] = (
_currentNodeStyle
!= null) ? ((IStateManager)
_currentNodeStyle
).SaveViewState() : null;
740
if (
_currentNodeStyle
!= null)
741
((IStateManager)
_currentNodeStyle
).TrackViewState();