14 references to Control
System.Web.Mobile (14)
UI\MobileControls\Adapters\WmlFormAdapter.cs (14)
58writer.BeginForm(Control); 62Control == Page.ActiveForm ) 76if (secondaryUIControl != null && secondaryUIControl.Form == Control) 83if (Control.HasControls()) 85Panel header = Control.Header; 86Panel footer = Control.Footer; 95foreach(Control control in Control.Controls) 124PagerStyle pagerStyle = Control.PagerStyle; 125int pageCount = Control.PageCount; 130int page = Control.CurrentPage; 165BuildControlPostBacksRecursive(Control); 174&& control.Visible && control != Control) 178if (mobileCtl != null && !mobileCtl.IsVisibleOnPage(Control.CurrentPage)) 231Form form = this.Control as Form;