5 writes to _firstPageItemCount
System.Web.Mobile (5)
UI\MobileControls\ItemPager.cs (5)
54
_firstPageItemCount
= itemCount;
60
_firstPageItemCount
= itemsPerPage;
77
_firstPageItemCount
= itemCount;
82
_firstPageItemCount
= pager.RemainingWeight / itemWeight;
104
_firstPageItemCount
= Math.Min(_fullPageItemCount, itemCount);
4 references to _firstPageItemCount
System.Web.Mobile (4)
UI\MobileControls\ItemPager.cs (4)
83
int remainingItemCount = itemCount -
_firstPageItemCount
;
101
if (
_firstPageItemCount
== 0)
137
return fullPageCount * _fullPageItemCount +
_firstPageItemCount
;
154
return
_firstPageItemCount
;