2 overrides of PaginateRecursive
System.Web.Mobile (2)
UI\MobileControls\PagedControl.cs (1)
222public override void PaginateRecursive(ControlPager pager)
UI\MobileControls\Panel.cs (1)
135public override void PaginateRecursive(ControlPager pager)
3 references to PaginateRecursive
System.Web.Mobile (3)
UI\MobileControls\Form.cs (1)
584ctp.PaginateRecursive(pager);
UI\MobileControls\MobileControl.cs (1)
1374mobileCtl.PaginateRecursive(pager);
UI\MobileControls\Panel.cs (1)
151base.PaginateRecursive(pager);