4 instantiations of DataKeyProperty
System.Web (3)
UI\WebControls\DetailsView.cs (1)
40[DataKeyProperty("DataKey")]
UI\WebControls\FormView.cs (1)
33[DataKeyProperty("DataKey")]
UI\WebControls\GridView.cs (1)
40[DataKeyProperty("SelectedPersistedDataKey")]
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
28[DataKeyProperty("SelectedPersistedDataKey")]
4 references to DataKeyProperty
System.Web (2)
UI\DataKeyPropertyAttribute.cs (2)
31DataKeyPropertyAttribute other = obj as DataKeyPropertyAttribute;
System.Web.DynamicData (2)
DynamicData\DataBoundControlParameterTarget.cs (2)
32DataKeyPropertyAttribute attribute = _control.GetType().GetCustomAttributes(true).OfType<DataKeyPropertyAttribute>().FirstOrDefault();