12 references to RegisterEnabledControl
System.Web (12)
UI\HtmlControls\HtmlInputCheckBox.cs (1)
112Page.RegisterEnabledControl(this);
UI\HtmlControls\HtmlInputGenericControl.cs (1)
72Page.RegisterEnabledControl(this);
UI\HtmlControls\HtmlInputHidden.cs (1)
97Page.RegisterEnabledControl(this);
UI\HtmlControls\HtmlInputRadioButton.cs (1)
159Page.RegisterEnabledControl(this);
UI\HtmlControls\HtmlInputText.cs (1)
168Page.RegisterEnabledControl(this);
UI\HtmlControls\HtmlSelect.cs (1)
771Page.RegisterEnabledControl(this);
UI\HtmlControls\HtmlTextArea.cs (1)
219Page.RegisterEnabledControl(this);
UI\WebControls\CheckBox.cs (1)
351Page.RegisterEnabledControl(this);
UI\WebControls\CheckBoxList.cs (1)
558Page.RegisterEnabledControl(_controlToRepeat);
UI\WebControls\ListControl.cs (1)
649Page.RegisterEnabledControl(this);
UI\WebControls\RadioButtonList.cs (1)
517Page.RegisterEnabledControl(controlToRepeat);
UI\WebControls\TextBox.cs (1)
618page.RegisterEnabledControl(this);