4 references to Left
System.Web (4)
UI\WebControls\CheckBox.cs (2)
231if (value < TextAlign.Left || value > TextAlign.Right) { 474if (TextAlign == TextAlign.Left) {
UI\WebControls\CheckBoxList.cs (1)
203if (value < TextAlign.Left || value > TextAlign.Right) {
UI\WebControls\RadioButtonList.cs (1)
203if (value < TextAlign.Left || value > TextAlign.Right) {