1 write to _themeable
System.Web (1)
UI\ThemeableAttribute.cs (1)
50
_themeable
= themeable;
3 references to _themeable
System.Web (3)
UI\ThemeableAttribute.cs (3)
58
return
_themeable
;
69
return (other != null) && (other.Themeable ==
_themeable
);
74
return
_themeable
.GetHashCode();