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