1 write to _staticSelectedStyle
System.Web (1)
UI\WebControls\Menu.cs (1)
1124
_staticSelectedStyle
= new MenuItemStyle();
19 references to _staticSelectedStyle
System.Web (19)
UI\WebControls\Menu.cs (12)
1123
if (
_staticSelectedStyle
== null) {
1126
((IStateManager)
_staticSelectedStyle
).TrackViewState();
1129
return
_staticSelectedStyle
;
1801
containsClassName |= AppendCssClassName(builder,
_staticSelectedStyle
, hyperlink);
1990
if (
_staticSelectedStyle
!= null) {
1991
TreeView.GetMergedStyle(selectedStyle,
_staticSelectedStyle
);
2321
if (
_staticSelectedStyle
!= null) {
2322
_staticSelectedStyle
.ResetCachedStyles();
2378
if (
_staticSelectedStyle
!= null) {
2379
state[2] = ((IStateManager)
_staticSelectedStyle
).SaveViewState();
2511
if (
_staticSelectedStyle
!= null) {
2512
((IStateManager)
_staticSelectedStyle
).TrackViewState();
UI\WebControls\MenuRendererClassic.cs (4)
79
if (Menu.
_staticSelectedStyle
!= null) {
80
Menu.
_staticSelectedStyle
.HyperLinkStyle.DoNotRenderDefaults = true;
81
RegisterStyle(Menu.
_staticSelectedStyle
.HyperLinkStyle);
82
RegisterStyle(Menu.
_staticSelectedStyle
);
UI\WebControls\MenuRendererStandards.cs (3)
229
.AddStyles(Menu.
_staticSelectedStyle
);
230
if (Menu.
_staticSelectedStyle
!= null) {
231
styleBlockStyles.AddStyles(Menu.
_staticSelectedStyle
.HyperLinkStyle);