3 references to Filterable
System.Web (3)
UI\FilterableAttribute.cs (3)
70
return (other != null) && (other.
Filterable
== _filterable);
93
return filterableAttr.
Filterable
;
110
result = (attr != null) && attr.
Filterable
;