4 references to _shortName
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (4)
62
get =>
_shortName
.Value;
63
set =>
_shortName
.Value = value;
183
_shortName
.ResourceType = value;
305
public string? GetShortName() =>
_shortName
.GetLocalizableValue() ?? GetName();