1 write to _controlToRepeat
System.Web (1)
UI\WebControls\RadioButtonList.cs (1)
85
_controlToRepeat
= new RadioButton();
8 references to _controlToRepeat
System.Web (8)
UI\WebControls\RadioButtonList.cs (8)
82
if (
_controlToRepeat
!= null)
83
return
_controlToRepeat
;
86
_controlToRepeat
.EnableViewState = false;
87
Controls.Add(
_controlToRepeat
);
94
_controlToRepeat
.AutoPostBack = AutoPostBack;
95
_controlToRepeat
.CausesValidation = CausesValidation;
96
_controlToRepeat
.ValidationGroup = ValidationGroup;
98
return
_controlToRepeat
;