5 references to _prompt
System.ComponentModel.DataAnnotations (5)
DataAnnotations\DisplayAttribute.cs (5)
154
return this.
_prompt
.Value;
157
if (this.
_prompt
.Value != value) {
158
this.
_prompt
.Value = value;
212
this.
_prompt
.ResourceType = value;
408
return this.
_prompt
.GetLocalizableValue();