3 writes to index
System.Web.Extensions (3)
UI\WebControls\ListViewPagedDataSource.cs (3)
398this.index = -1; 416index++; 421index = -1;
3 references to index
System.Web.Extensions (3)
UI\WebControls\ListViewPagedDataSource.cs (3)
408if (index < 0) { 411return array[startRowIndex + index]; 417return (startRowIndex + index) < indexBounds;