3 writes to index
System.Web.Extensions (3)
UI\WebControls\ListViewPagedDataSource.cs (3)
314this.index = -1; 335index++; 341index = -1;
1 reference to index
System.Web.Extensions (1)
UI\WebControls\ListViewPagedDataSource.cs (1)
336return (startRowIndex + index) < indexBounds;