14 instantiations of ControlValuePropertyAttribute
System.Web (13)
UI\WebControls\Calendar.cs (1)
30
ControlValueProperty
("SelectedDate", typeof(DateTime), "1/1/0001"),
UI\WebControls\CheckBox.cs (1)
22
ControlValueProperty
("Checked"),
UI\WebControls\DataList.cs (1)
24
ControlValueProperty
("SelectedValue"),
UI\WebControls\DetailsView.cs (1)
35
ControlValueProperty
("SelectedValue"),
UI\WebControls\FileUpload.cs (1)
27
[
ControlValueProperty
("FileBytes")]
UI\WebControls\FormView.cs (1)
29
ControlValueProperty
("SelectedValue"),
UI\WebControls\GridView.cs (1)
36
ControlValueProperty
("SelectedValue"),
UI\WebControls\HiddenField.cs (1)
17
ControlValueProperty
("Value"),
UI\WebControls\Label.cs (1)
40
ControlValueProperty
("Text"),
UI\WebControls\ListControl.cs (1)
26
ControlValueProperty
("SelectedValue"),
UI\WebControls\Menu.cs (1)
24
[
ControlValueProperty
("SelectedValue")]
UI\WebControls\TextBox.cs (1)
49
ControlValueProperty
("Text"),
UI\WebControls\TreeView.cs (1)
27
[
ControlValueProperty
("SelectedValue")]
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
24
[
ControlValueProperty
("SelectedValue")]
9 references to ControlValuePropertyAttribute
System.Web (9)
ModelBinding\ControlValueProvider.cs (3)
39
ControlValuePropertyAttribute
controlValueProp = (
ControlValuePropertyAttribute
)TypeDescriptor.GetAttributes(foundControl)[typeof(
ControlValuePropertyAttribute
)];
UI\ControlValuePropertyAttribute.cs (3)
24
/// Initializes a new instance of the <see cref='System.Web.UI.
ControlValuePropertyAttribute
'/> class.
76
ControlValuePropertyAttribute
other = obj as
ControlValuePropertyAttribute
;
UI\WebControls\ControlParameter.cs (3)
162
ControlValuePropertyAttribute
controlValueProp = (
ControlValuePropertyAttribute
)TypeDescriptor.GetAttributes(foundControl)[typeof(
ControlValuePropertyAttribute
)];