4 references to _prompt
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (4)
137
get =>
_prompt
.Value;
138
set =>
_prompt
.Value = value;
186
_prompt
.ResourceType = value;
378
public string? GetPrompt() =>
_prompt
.GetLocalizableValue();