5 references to IsTypeThemeable
System.Web (5)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
322if (ThemeableAttribute.IsTypeThemeable(ctrlType)) {
Compilation\PageThemeCodeDomTreeGenerator.cs (1)
210Debug.Assert(ThemeableAttribute.IsTypeThemeable(ctrlType));
UI\Control.cs (1)
1496if (ThemeableAttribute.IsTypeThemeable(this.GetType())) {
UI\PageTheme.cs (1)
47if (InPageTheme && !ThemeableAttribute.IsTypeThemeable(subBuilder.ControlType)) {
UI\ThemeableAttribute.cs (1)
86return IsTypeThemeable(instance.GetType());