3 instantiations of DisplayFormatAttribute
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (3)
32DisplayFormat = new DisplayFormatAttribute(); 37DisplayFormat = new DisplayFormatAttribute(); 42DisplayFormat = new DisplayFormatAttribute();
4 references to DisplayFormatAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
62var displayFormatAttribute = attributes.OfType<DisplayFormatAttribute>().FirstOrDefault();
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (1)
75public 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))]