2 writes to TextAlign
System.Web (2)
UI\WebControls\CheckBoxList.cs (1)
283_controlToRepeat.TextAlign = TextAlign;
UI\WebControls\RadioButtonList.cs (1)
510controlToRepeat.TextAlign = TextAlign;
1 reference to TextAlign
System.Web (1)
UI\WebControls\CheckBox.cs (1)
474if (TextAlign == TextAlign.Left) {