2 writes to indexBounds
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
462
this.
indexBounds
= startIndex + count;
464
indexBounds
= collection.Count;
2 references to indexBounds
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
463
if (
indexBounds
> collection.Count) {
479
return (startIndex + index) <
indexBounds
;