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