6 writes to _startRowIndex
System.Web.Extensions (6)
12 references to _startRowIndex
System.Web.Extensions (12)
UI\WebControls\DataPager.cs (12)
162SetPageProperties(_startRowIndex, _maximumRows, true);
210return _startRowIndex;
267field.CreateDataPagers(fieldItem, _startRowIndex, _maximumRows, _totalRowCount, _fields.IndexOf(field));
399_pageableItemContainer.SetPageProperties(_startRowIndex, _maximumRows, false);
439SetPageProperties(_startRowIndex, _maximumRows, true);
456_pageableItemContainer.SetPageProperties(_startRowIndex, _maximumRows, false);
494_pageableItemContainer.SetPageProperties(_startRowIndex, _maximumRows, false);
507if (_totalRowCount <= _startRowIndex && _totalRowCount > 0) {
509int newStartIndex = _startRowIndex - _maximumRows;
563_startRowIndex != 0 ||
570state[1] = (_startRowIndex == 0) ? null : (object)_startRowIndex;