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