1 write to startIndex
System.Web (1)
UI\WebControls\PagedDataSource.cs (1)
415
this.
startIndex
= startIndex;
2 references to startIndex
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
433
for (int i = 0; i <
startIndex
; i++)
438
return (
startIndex
+ index) < indexBounds;