3 writes to _totalRowCount
System.Web.Extensions (3)
UI\WebControls\DataPager.cs (3)
369_totalRowCount = -1; 384_totalRowCount = (int)state[3]; 503_totalRowCount = e.TotalRowCount;
8 references to _totalRowCount
System.Web.Extensions (8)
UI\WebControls\DataPager.cs (8)
230return _totalRowCount; 267field.CreateDataPagers(fieldItem, _startRowIndex, _maximumRows, _totalRowCount, _fields.IndexOf(field)); 507if (_totalRowCount <= _startRowIndex && _totalRowCount > 0) { 516if (newStartIndex >= _totalRowCount) { 565_totalRowCount != -1) { 572state[3] = (_totalRowCount == -1) ? null : (object)_totalRowCount;