1 write to startIndex
System.Web (1)
UI\WebControls\PagedDataSource.cs (1)
459
this.
startIndex
= startIndex;
2 references to startIndex
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
473
return collection[
startIndex
+ index];
479
return (
startIndex
+ index) < indexBounds;