16 references to Control
System.Web (16)
UI\ControlAdapter.cs (10)
40if(Control != null) 41return Control.Page; 52if(Control != null && Control.Page != null) 53return Control.Page.PageAdapter; 82Control.OnInit(e); 86Control.OnLoad(e); 90Control.OnPreRender(e); 107Control.OnUnload(e); 115Control.CreateChildControls();
UI\PageAdapter.cs (5)
77Debug.Assert(Control != null); 78if(Control != null) { 79return Control.Page.DeterminePostBackMode(); 91if (Control != null) { 92return Control.Page.DeterminePostBackModeUnvalidated();
UI\WebControls\Adapters\WebControlAdapter.cs (1)
19return (WebControl)base.Control;