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)
83int remainingItemCount = itemCount - _firstPageItemCount; 101if (_firstPageItemCount == 0) 137return fullPageCount * _fullPageItemCount + _firstPageItemCount; 154return _firstPageItemCount;