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)
1332
return
_theme
!= null;
2659
_theme
.Initialize(this, false);
2690
if (
_theme
!= null) {
2691
_theme
.ApplyControlSkin(ctrl);
4207
if (
_theme
!= null) {
4208
_theme
.SetStyleSheet();