2 references to CachedMenuItemStyles
System.Web (2)
UI\WebControls\Menu.cs (2)
1965
MenuItemStyle typedStyle = CacheGetItem<MenuItemStyle>(
CachedMenuItemStyles
, depth);
1983
CacheSetItem<MenuItemStyle>(
CachedMenuItemStyles
, depth, typedStyle);