9 references to Control
System.Web (9)
UI\WebControls\Adapters\DataBoundControlAdapter.cs (1)
15return (DataBoundControl)base.Control;
UI\WebControls\Adapters\HideDisabledControlAdapter.cs (2)
18if (Control.Enabled == false) { 21Control.Render(writer);
UI\WebControls\Adapters\HierarchicalDataBoundControlAdapter.cs (1)
13return (HierarchicalDataBoundControl)base.Control;
UI\WebControls\Adapters\MenuAdapter.cs (1)
27return (Menu) base.Control;
UI\WebControls\Adapters\WebControlAdapter.cs (4)
27return Control.IsEnabled; 32Control.RenderBeginTag(writer); 36Control.RenderEndTag(writer); 40Control.RenderContents(writer);