14 instantiations of ControlValuePropertyAttribute
System.Web (13)
UI\WebControls\Calendar.cs (1)
30ControlValueProperty("SelectedDate", typeof(DateTime), "1/1/0001"),
UI\WebControls\CheckBox.cs (1)
22ControlValueProperty("Checked"),
UI\WebControls\DataList.cs (1)
24ControlValueProperty("SelectedValue"),
UI\WebControls\DetailsView.cs (1)
35ControlValueProperty("SelectedValue"),
UI\WebControls\FileUpload.cs (1)
27[ControlValueProperty("FileBytes")]
UI\WebControls\FormView.cs (1)
29ControlValueProperty("SelectedValue"),
UI\WebControls\GridView.cs (1)
36ControlValueProperty("SelectedValue"),
UI\WebControls\HiddenField.cs (1)
17ControlValueProperty("Value"),
UI\WebControls\Label.cs (1)
40ControlValueProperty("Text"),
UI\WebControls\ListControl.cs (1)
26ControlValueProperty("SelectedValue"),
UI\WebControls\Menu.cs (1)
24[ControlValueProperty("SelectedValue")]
UI\WebControls\TextBox.cs (1)
49ControlValueProperty("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)
39ControlValuePropertyAttribute 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. 76ControlValuePropertyAttribute other = obj as ControlValuePropertyAttribute;
UI\WebControls\ControlParameter.cs (3)
162ControlValuePropertyAttribute controlValueProp = (ControlValuePropertyAttribute)TypeDescriptor.GetAttributes(foundControl)[typeof(ControlValuePropertyAttribute)];