1 write to _totalRowCount
System.Web.Extensions (1)
UI\WebControls\NumericPagerField.cs (1)
403
_totalRowCount
= totalRowCount;
6 references to _totalRowCount
System.Web.Extensions (6)
UI\WebControls\NumericPagerField.cs (6)
304
if (newStartRowIndex >
_totalRowCount
) {
305
newStartRowIndex =
_totalRowCount
- DataPager.PageSize;
424
for (int i = 0; i < ButtonCount &&
_totalRowCount
> ((i + firstButtonIndex) * _maximumRows); i++) {
439
if (lastRecordIndex <
_totalRowCount
- 1) {
459
for (int i = 0; i < ButtonCount &&
_totalRowCount
> ((i + firstButtonIndex) * _maximumRows); i++) {
474
if (lastRecordIndex <
_totalRowCount
- 1) {