16 instantiations of FilterableAttribute
System.Web (15)
UI\Control.cs (2)
530Filterable(false), 627Filterable(false),
UI\FilterableAttribute.cs (2)
26public static readonly FilterableAttribute Yes = new FilterableAttribute(true); 32public static readonly FilterableAttribute No = new FilterableAttribute(false);
UI\Page.cs (2)
1387Filterable(false), 4050Filterable(false)
UI\WebControls\ChangePassword.cs (3)
417Filterable(false), 670Filterable(false), 1000Filterable(false),
UI\WebControls\CompleteWizardStep.cs (1)
38Filterable(false),
UI\WebControls\CreateUserWizardStep.cs (1)
79Filterable(false),
UI\WebControls\LoginView.cs (1)
143Filterable(false),
UI\WebControls\PasswordRecovery.cs (2)
97Filterable(false), 475Filterable(false),
UI\WebControls\WizardStepBase.cs (1)
42Filterable(false),
System.Web.Mobile (1)
UI\MobileControls\DeviceSpecificChoice.cs (1)
724Filterable(false),
12 references to FilterableAttribute
System.Web (12)
UI\ControlBuilder.cs (1)
3122if (!FilterableAttribute.IsPropertyFilterable(propDesc) && !String.IsNullOrEmpty(filter)) {
UI\FilterableAttribute.cs (11)
26public static readonly FilterableAttribute Yes = new FilterableAttribute(true); 32public static readonly FilterableAttribute No = new FilterableAttribute(false); 38public static readonly FilterableAttribute Default = Yes; 69FilterableAttribute other = obj as FilterableAttribute; 91FilterableAttribute filterableAttr = (FilterableAttribute)propertyDescriptor.Attributes[typeof(FilterableAttribute)]; 109FilterableAttribute attr = (FilterableAttribute)attrs[typeof(FilterableAttribute)];