1 write to startIndex
System.Web (1)
UI\WebControls\PagedDataSource.cs (1)
415this.startIndex = startIndex;
2 references to startIndex
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
433for (int i = 0; i < startIndex; i++) 438return (startIndex + index) < indexBounds;