7 writes to AllowCustomPaging
System.Web (7)
UI\WebControls\DataGrid.cs (1)
1268pagedDataSource.AllowCustomPaging = AllowCustomPaging;
UI\WebControls\DetailsView.cs (2)
2088pagedDataSource.AllowCustomPaging = false; 2101pagedDataSource.AllowCustomPaging = false;
UI\WebControls\FormView.cs (2)
1781pagedDataSource.AllowCustomPaging = false; 1794pagedDataSource.AllowCustomPaging = false;
UI\WebControls\GridView.cs (2)
2686pagedDataSource.AllowCustomPaging = AllowCustomPaging; 2699pagedDataSource.AllowCustomPaging = false;