3 instantiations of DisplayFormatAttribute
System.ComponentModel.DataAnnotations (3)
DataAnnotations\DataTypeAttribute.cs (3)
58
this.DisplayFormat = new
DisplayFormatAttribute
();
63
this.DisplayFormat = new
DisplayFormatAttribute
();
68
this.DisplayFormat = new
DisplayFormatAttribute
();
5 references to DisplayFormatAttribute
System.ComponentModel.DataAnnotations (1)
DataAnnotations\DataTypeAttribute.cs (1)
46
public
DisplayFormatAttribute
DisplayFormat { get; protected set; }
System.Web (2)
ModelBinding\DataAnnotationsModelMetadataProvider.cs (2)
49
DisplayFormatAttribute
displayFormatAttribute = attributeList.OfType<
DisplayFormatAttribute
>().FirstOrDefault();
System.Web.DynamicData (2)
DynamicData\MetaColumn.cs (2)
564
var
displayFormatAttribute = Attributes.FirstOrDefault<
DisplayFormatAttribute
>() ??