4 references to Theme
System.Web (4)
Configuration\PagesSection.cs (1)
530
string themeName =
Theme
;
UI\PageParser.cs (2)
230
if (PagesConfig.ThemeInternal != null && PagesConfig.
Theme
.Length != 0)
231
_mainDirectiveConfigSettings["theme"] = PagesConfig.
Theme
;
UI\Util.cs (1)
105
recompilationHash.AddObject(ps.
Theme
);