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)
20return _control.FindMetaTable(); 32DataKeyPropertyAttribute attribute = _control.GetType().GetCustomAttributes(true).OfType<DataKeyPropertyAttribute>().FirstOrDefault();