1 write to _pathSeparatorStyle
System.Web (1)
UI\WebControls\SiteMapPath.cs (1)
208
_pathSeparatorStyle
= new Style();
8 references to _pathSeparatorStyle
System.Web (8)
UI\WebControls\SiteMapPath.cs (8)
207
if (
_pathSeparatorStyle
== null) {
210
((IStateManager)
_pathSeparatorStyle
).TrackViewState();
214
return
_pathSeparatorStyle
;
566
style =
_pathSeparatorStyle
;
722
myState[4] = (
_pathSeparatorStyle
!= null) ? ((IStateManager)
_pathSeparatorStyle
).SaveViewState() : null;
749
if (
_pathSeparatorStyle
!= null)
750
((IStateManager)
_pathSeparatorStyle
).TrackViewState();