1 write to _filterable
System.Web (1)
UI\FilterableAttribute.cs (1)
51_filterable = filterable;
3 references to _filterable
System.Web (3)
UI\FilterableAttribute.cs (3)
59return _filterable; 70return (other != null) && (other.Filterable == _filterable); 75return _filterable.GetHashCode();