1 write to _theme
System.Web (1)
UI\Page.cs (1)
2658_theme = (PageTheme)resultType.CreateInstance();
6 references to _theme
System.Web (6)
UI\Page.cs (6)
1332return _theme != null; 2659_theme.Initialize(this, false); 2690if (_theme != null) { 2691_theme.ApplyControlSkin(ctrl); 4207if (_theme != null) { 4208_theme.SetStyleSheet();