1 implementation of IBindableControl
System.Web.DynamicData (1)
DynamicData\FieldTemplateUserControl.cs (1)
20public class FieldTemplateUserControl : UserControl, IBindableControl, IFieldTemplate {
5 references to IBindableControl
System.Web (2)
UI\WebControls\DataBoundControlHelper.cs (2)
115IBindableControl bindableControl = container as IBindableControl;
System.Web.DynamicData (3)
DynamicData\FieldTemplateUserControl.cs (1)
570void IBindableControl.ExtractValues(IOrderedDictionary dictionary) {
DynamicData\Util\Misc.cs (2)
266IBindableControl bindableControl = container as IBindableControl;