4 references to RootMenuItemStyle
System.Web (4)
UI\WebControls\Menu.cs (2)
1774
builder.Append(
RootMenuItemStyle
.RegisteredCssClass);
1971
typedStyle.CopyFrom(
RootMenuItemStyle
);
UI\WebControls\MenuRendererClassic.cs (1)
45
RegisterStyle(Menu.
RootMenuItemStyle
);
UI\WebControls\MenuRendererStandards.cs (1)
77
Style rootMenuItemStyle = Menu.
RootMenuItemStyle
;