4 references to _description
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (4)
112get => _description.Value; 113set => _description.Value = value; 185_description.ResourceType = value; 355public string? GetDescription() => _description.GetLocalizableValue();