1 write to startIndex
System.Web (1)
UI\WebControls\PagedDataSource.cs (1)
499this.startIndex = startIndex;
2 references to startIndex
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
513return array[startIndex + index]; 519return (startIndex + index) < indexBounds;