3 writes to DataFormatString
System.ComponentModel.DataAnnotations (3)
DataAnnotations\DataTypeAttribute.cs (3)
59this.DisplayFormat.DataFormatString = "{0:d}"; 64this.DisplayFormat.DataFormatString = "{0:t}"; 69this.DisplayFormat.DataFormatString = "{0:C}";
3 references to DataFormatString
System.Web (2)
ModelBinding\DataAnnotationsModelMetadataProvider.cs (2)
55result.DisplayFormatString = displayFormatAttribute.DataFormatString; 59result.EditFormatString = displayFormatAttribute.DataFormatString;
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
569DataFormatString = displayFormatAttribute.GetPropertyValue(a => a.DataFormatString, String.Empty);