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)
123
public virtual void RegisterRadioButton(
RadioButton
radioButton) {
UI\WebControls\CheckBox.cs (1)
188
if ((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)
27
RadioButton
_controlToRepeat;
80
private
RadioButton
ControlToRepeat {
221
/// <para>Catches auto postback from a <see cref='System.Web.UI.WebControls.
RadioButton
'/> in the list.</para>
484
RadioButton
controlToRepeat = ControlToRepeat;