1 instantiation of RadioButton
System.Web (1)
UI\WebControls\RadioButtonList.cs (1)
85_controlToRepeat = new RadioButton();
7 references to RadioButton
System.Web (7)
UI\PageAdapter.cs (1)
123public virtual void RegisterRadioButton(RadioButton radioButton) {
UI\WebControls\CheckBox.cs (1)
188if ((t == typeof(CheckBox)) || (t == typeof(RadioButton))) {
UI\WebControls\RadioButton.cs (1)
31/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.RadioButton'/> class.</para>
UI\WebControls\RadioButtonList.cs (4)
27RadioButton _controlToRepeat; 80private RadioButton ControlToRepeat { 221/// <para>Catches auto postback from a <see cref='System.Web.UI.WebControls.RadioButton'/> in the list.</para> 484RadioButton controlToRepeat = ControlToRepeat;