7 references to Control
System.Web (5)
UI\WebControls\ButtonField.cs (1)
209
IPostBackContainer container =
Control
as IPostBackContainer;
UI\WebControls\CommandField.cs (2)
501
IPostBackContainer container =
Control
as IPostBackContainer;
656
throw new NotSupportedException(SR.GetString(SR.CommandField_CallbacksNotSupported,
Control
.ID));
UI\WebControls\DataControlField.cs (1)
669
throw new NotSupportedException(SR.GetString(SR.DataControlField_CallbacksNotSupported,
Control
.ID));
UI\WebControls\TemplateField.cs (1)
327
throw new NotSupportedException(SR.GetString(SR.TemplateField_CallbacksNotSupported,
Control
.ID));
System.Web.DynamicData (2)
DynamicData\DynamicField.cs (2)
129
if (DesignMode ||
Control
== null)
133
MetaTable table =
Control
.FindMetaTable();