6 writes to ResourceType
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (5)
183_shortName.ResourceType = value; 184_name.ResourceType = value; 185_description.ResourceType = value; 186_prompt.ResourceType = value; 187_groupName.ResourceType = value;
System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs (1)
81set => _nullDisplayText.ResourceType = value;
5 references to ResourceType
System.ComponentModel.Annotations (5)
System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs (1)
80get => _nullDisplayText.ResourceType;
System\ComponentModel\DataAnnotations\LocalizableString.cs (4)
97/// If <see cref="ResourceType" /> has been specified and <see cref="Value" /> is not 100/// If <see cref="ResourceType" /> is null then <see cref="Value" /> will be returned 105/// Thrown if localization fails. This can occur if <see cref="ResourceType" /> has been 107/// accessed. <see cref="ResourceType" /> must be a public class, and <see cref="Value" />