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