6 references to IsBindableType
System.Web (6)
UI\DataBinder.cs (1)
360return DataBoundControlHelper.IsBindableType(type, enableEnums: true);
UI\WebControls\DetailsView.cs (1)
2808return DataBoundControlHelper.IsBindableType(type, enableEnums: RenderingCompatibility >= VersionUtil.Framework45);
UI\WebControls\DetailsViewRowsGenerator.cs (1)
112return DataBoundControlHelper.IsBindableType(propertyType, enableEnums: AutoGenerateEnumFields ?? true);
UI\WebControls\FormView.cs (1)
2437return DataBoundControlHelper.IsBindableType(type, enableEnums: this.RenderingCompatibility >= VersionUtil.Framework45);
UI\WebControls\GridView.cs (1)
942return DataBoundControlHelper.IsBindableType(type, enableEnums: RenderingCompatibility >= VersionUtil.Framework45);
UI\WebControls\GridViewColumnsGenerator.cs (1)
157return DataBoundControlHelper.IsBindableType(propertyType, enableEnums: AutoGenerateEnumFields ?? true);