5 writes to _maximumRows
System.Web.Extensions (5)
UI\WebControls\DataPager.cs (5)
159_maximumRows = value; 368_maximumRows = 10; 380_maximumRows = (int)state[2]; 505_maximumRows = e.MaximumRows; 597_maximumRows = maximumRows;
15 references to _maximumRows
System.Web.Extensions (15)
UI\WebControls\DataPager.cs (15)
105return _maximumRows; 152return _maximumRows; 158if (value != _maximumRows) { 162SetPageProperties(_startRowIndex, _maximumRows, true); 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); 473startRowIndex = (pageIndex - 1) * _maximumRows; 494_pageableItemContainer.SetPageProperties(_startRowIndex, _maximumRows, false); 509int newStartIndex = _startRowIndex - _maximumRows; 521_pageableItemContainer.SetPageProperties(newStartIndex, _maximumRows, true); 564_maximumRows != 10 || 571state[2] = (_maximumRows == 10) ? null : (object)_maximumRows;