3 references to Themeable
System.Web (3)
UI\ControlBuilder.cs (1)
3130
if (attr != null && !attr.
Themeable
) {
UI\ThemeableAttribute.cs (2)
69
return (other != null) && (other.
Themeable
== _themeable);
101
result = (attr != null) && attr.
Themeable
;