1 override of SetControlPage
System.Web.Mobile (1)
UI\MobileControls\PagedControl.cs (1)
277internal override void SetControlPage(int page)
3 references to SetControlPage
System.Web.Mobile (3)
UI\MobileControls\Form.cs (1)
579SetControlPage(1);
UI\MobileControls\MobileControl.cs (1)
1398mobileChild.SetControlPage(page);
UI\MobileControls\PagedControl.cs (1)
283base.SetControlPage(page);