3 writes to index
System.Web.Extensions (3)
UI\WebControls\ListViewPagedDataSource.cs (3)
358this.index = -1; 376index++; 381index = -1;
3 references to index
System.Web.Extensions (3)
UI\WebControls\ListViewPagedDataSource.cs (3)
368if (index < 0) { 371return collection[startRowIndex + index]; 377return (startRowIndex + index) < indexBounds;