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