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