3 instantiations of DisplayFormatAttribute
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (3)
32
DisplayFormat = new
DisplayFormatAttribute
();
37
DisplayFormat = new
DisplayFormatAttribute
();
42
DisplayFormat = new
DisplayFormatAttribute
();
4 references to DisplayFormatAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
62
var
displayFormatAttribute = attributes.OfType<
DisplayFormatAttribute
>().FirstOrDefault();
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (1)
75
public
DisplayFormatAttribute
? DisplayFormat { get; protected set; }
System.ComponentModel.DataAnnotations (1)
System.ComponentModel.DataAnnotations.cs (1)
14
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.
DisplayFormatAttribute
))]