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