5 writes to Text
System.Web (5)
UI\WebControls\CheckBoxField.cs (2)
287
editor.
Text
= Text;
332
((CheckBox)boundControl).
Text
= Text;
UI\WebControls\CheckBoxList.cs (1)
549
_controlToRepeat.
Text
= item.Text;
UI\WebControls\login.cs (1)
1542
rememberMeCheckBox.
Text
= RememberMeText;
UI\WebControls\RadioButtonList.cs (1)
505
controlToRepeat.
Text
= item.Text;
1 reference to Text
System.Web (1)
UI\WebControls\CheckBox.cs (1)
471
string text =
Text
;