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