6 writes to Value
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (5)
63set => _shortName.Value = value; 88set => _name.Value = value; 113set => _description.Value = value; 138set => _prompt.Value = value; 163set => _groupName.Value = value;
System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs (1)
54set => _nullDisplayText.Value = value;
10 references to Value
System.ComponentModel.Annotations (10)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (5)
62get => _shortName.Value; 87get => _name.Value; 112get => _description.Value; 137get => _prompt.Value; 162get => _groupName.Value;
System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs (1)
53get => _nullDisplayText.Value;
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 106/// specified, <see cref="Value" /> is not null, but the resource could not be 107/// accessed. <see cref="ResourceType" /> must be a public class, and <see cref="Value" />