5 writes to PageCount
System.Web.Mobile (5)
UI\MobileControls\ControlPager.cs (1)
52PageCount++;
UI\MobileControls\ItemPager.cs (4)
64pager.PageCount += numberOfPages - 1; 91pager.PageCount++; 95pager.PageCount += fullPageCount; 109pager.PageCount--;
7 references to PageCount
System.Web.Mobile (7)
UI\MobileControls\ControlPager.cs (1)
64return PageCount;
UI\MobileControls\Form.cs (2)
574return pager.PageCount; 611this.LastPage = Math.Max(pager.PageCount, 1);
UI\MobileControls\ItemPager.cs (2)
88_firstPage = pager.PageCount; 113_lastPage = pager.PageCount;
UI\MobileControls\MobileControl.cs (1)
1352this.LastPage = pager.PageCount;
UI\MobileControls\Panel.cs (1)
147this.LastPage = pager.PageCount;