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