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)
82if (_controlToRepeat != null) 83return _controlToRepeat; 86_controlToRepeat.EnableViewState = false; 87Controls.Add(_controlToRepeat); 94_controlToRepeat.AutoPostBack = AutoPostBack; 95_controlToRepeat.CausesValidation = CausesValidation; 96_controlToRepeat.ValidationGroup = ValidationGroup; 98return _controlToRepeat;