Base:
property
IsUsingModelBinders
System.Web.UI.WebControls.BaseDataBoundControl.IsUsingModelBinders
2 overrides of IsUsingModelBinders
System.Web (1)
UI\WebControls\CompositeDataBoundControl.cs (1)
21protected override bool IsUsingModelBinders {
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
1281protected override bool IsUsingModelBinders {
5 references to IsUsingModelBinders
System.Web (5)
UI\WebControls\DataBoundControl.cs (5)
213if (IsUsingModelBinders) { 298if (!DesignMode && IsUsingModelBinders) { 470if (IsUsingModelBinders) { 500if (IsUsingModelBinders) { 524if (IsUsingModelBinders) {