15 references to PropertyConverter
System.Web (11)
UI\ControlBuilder.cs (2)
1029
object objectValue =
PropertyConverter
.ObjectFromString(memberType, memberInfo, value);
2444
convertedValue =
PropertyConverter
.ObjectFromString(entry.Type, memberInfo, System.Convert.ToString(evalValue, CultureInfo.CurrentCulture));
UI\ValidationSettings.cs (1)
17
object value =
PropertyConverter
.EnumFromString(typeof(UnobtrusiveValidationMode), configValue);
UI\WebControls\basecomparevalidator.cs (1)
83
AddExpandoAttribute(expandoAttributeWriter, id, "type",
PropertyConverter
.EnumToString(typeof(ValidationDataType), type), false);
UI\WebControls\BaseValidator.cs (1)
361
AddExpandoAttribute(expandoAttributeWriter, id, "display",
PropertyConverter
.EnumToString(typeof(ValidatorDisplay), display), false);
UI\WebControls\CompareValidator.cs (2)
117
AddExpandoAttribute(expandoAttributeWriter, id, "operator",
PropertyConverter
.EnumToString(typeof(ValidationCompareOperator), Operator), false);
149
PropertyConverter
.EnumToString(typeof(ValidationDataType), Type),
UI\WebControls\FontUnit.cs (1)
347
s =
PropertyConverter
.EnumToString(typeof(FontSize), type);
UI\WebControls\RangeValidator.cs (2)
142
PropertyConverter
.EnumToString(typeof(ValidationDataType), Type)
153
PropertyConverter
.EnumToString(typeof(ValidationDataType), Type)
UI\WebControls\ValidationSummary.cs (1)
252
BaseValidator.AddExpandoAttribute(this, expandoAttributeWriter, id, "displaymode",
PropertyConverter
.EnumToString(typeof(ValidationSummaryDisplayMode), DisplayMode), false);
System.Web.DynamicData (1)
DynamicData\DynamicControl.cs (1)
201
var value =
PropertyConverter
.ObjectFromString(propInfo.PropertyType, propInfo, entry.Value);
System.Web.Mobile (3)
UI\MobileControls\CompareValidator.cs (1)
168
PropertyConverter
.EnumToString(
UI\MobileControls\RangeValidator.cs (2)
136
PropertyConverter
.EnumToString(
148
PropertyConverter
.EnumToString(