1 write to DisplayAttribute
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttributeStore.cs (1)
150
this.
DisplayAttribute
= attributes.OfType<DisplayAttribute>().SingleOrDefault();
2 references to DisplayAttribute
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationAttributeStore.cs (2)
49
return item.
DisplayAttribute
;
73
return item.
DisplayAttribute
;