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