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