11 references to EnumToString
System.Web (8)
UI\WebControls\basecomparevalidator.cs (1)
83AddExpandoAttribute(expandoAttributeWriter, id, "type", PropertyConverter.EnumToString(typeof(ValidationDataType), type), false);
UI\WebControls\BaseValidator.cs (1)
361AddExpandoAttribute(expandoAttributeWriter, id, "display", PropertyConverter.EnumToString(typeof(ValidatorDisplay), display), false);
UI\WebControls\CompareValidator.cs (2)
117AddExpandoAttribute(expandoAttributeWriter, id, "operator", PropertyConverter.EnumToString(typeof(ValidationCompareOperator), Operator), false); 149PropertyConverter.EnumToString(typeof(ValidationDataType), Type),
UI\WebControls\FontUnit.cs (1)
347s = PropertyConverter.EnumToString(typeof(FontSize), type);
UI\WebControls\RangeValidator.cs (2)
142PropertyConverter.EnumToString(typeof(ValidationDataType), Type) 153PropertyConverter.EnumToString(typeof(ValidationDataType), Type)
UI\WebControls\ValidationSummary.cs (1)
252BaseValidator.AddExpandoAttribute(this, expandoAttributeWriter, id, "displaymode", PropertyConverter.EnumToString(typeof(ValidationSummaryDisplayMode), DisplayMode), false);
System.Web.Mobile (3)
UI\MobileControls\CompareValidator.cs (1)
168PropertyConverter.EnumToString(
UI\MobileControls\RangeValidator.cs (2)
136PropertyConverter.EnumToString( 148PropertyConverter.EnumToString(