1 write to DisplayAttribute
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\ValidationAttributeStore.cs (1)
153DisplayAttribute = attributes.OfType<DisplayAttribute>().SingleOrDefault();
2 references to DisplayAttribute
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\ValidationAttributeStore.cs (2)
53return item.DisplayAttribute; 81return item.DisplayAttribute;