9 writes to RequiresDataBinding
System.Web (9)
UI\WebControls\BaseDataList.cs (8)
483
RequiresDataBinding
= false;
563
RequiresDataBinding
= true;
570
RequiresDataBinding
= true;
581
RequiresDataBinding
= true;
596
RequiresDataBinding
= true;
604
RequiresDataBinding
= true;
621
RequiresDataBinding
= true;
629
RequiresDataBinding
= true;
UI\WebControls\DataGrid.cs (1)
1543
RequiresDataBinding
= true;
2 references to RequiresDataBinding
System.Web (2)
UI\WebControls\BaseDataList.cs (2)
460
if (
RequiresDataBinding
) {
495
if (
RequiresDataBinding
&& DataSourceID.Length > 0) {