2 writes to indexBounds
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
418
this.
indexBounds
= startIndex + count;
420
indexBounds
= collection.Count;
2 references to indexBounds
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
419
if (
indexBounds
> collection.Count) {
438
return (startIndex + index) <
indexBounds
;