1 write to _control
System.Web.DynamicData (1)
DynamicData\DataBoundControlParameterTarget.cs (1)
15
_control
= control;
2 references to _control
System.Web.DynamicData (2)
DynamicData\DataBoundControlParameterTarget.cs (2)
20
return
_control
.FindMetaTable();
32
DataKeyPropertyAttribute attribute =
_control
.GetType().GetCustomAttributes(true).OfType<DataKeyPropertyAttribute>().FirstOrDefault();