3 writes to index
System.Web (3)
UI\WebControls\PagedDataSource.cs (3)
416this.index = -1; 437index++; 443index = -1;
1 reference to index
System.Web (1)
UI\WebControls\PagedDataSource.cs (1)
438return (startIndex + index) < indexBounds;