7 references to PageTheme
System.Web (7)
Compilation\PageThemeCodeDomTreeGenerator.cs (2)
71cmie.Method = new CodeMethodReferenceExpression(new CodeTypeReferenceExpression(typeof(PageTheme)), "CreateSkinKey"); 213object skinKey = PageTheme.CreateSkinKey(builder.ControlType, skinID);
UI\Page.cs (4)
354private PageTheme _theme; 356private PageTheme _styleSheet; 2640_styleSheet = (PageTheme)resultType.CreateInstance(); 2658_theme = (PageTheme)resultType.CreateInstance();
UI\PageThemeParser.cs (1)
45return typeof(PageTheme);