8 references to GetLocalizableValue
System.ComponentModel.Annotations (8)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (5)
305public string? GetShortName() => _shortName.GetLocalizableValue() ?? GetName(); 332public string? GetName() => _name.GetLocalizableValue(); 355public string? GetDescription() => _description.GetLocalizableValue(); 378public string? GetPrompt() => _prompt.GetLocalizableValue(); 401public string? GetGroupName() => _groupName.GetLocalizableValue();
System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs (1)
108public string? GetNullDisplayText() => _nullDisplayText.GetLocalizableValue();
System\ComponentModel\DataAnnotations\LocalizableString.cs (2)
48/// found on the resource type supplied to <see cref="GetLocalizableValue" />. 85/// Clears any cached values, forcing <see cref="GetLocalizableValue" /> to