5 references to _description
System.ComponentModel.DataAnnotations (5)
DataAnnotations\DisplayAttribute.cs (5)
123
return this.
_description
.Value;
126
if (this.
_description
.Value != value) {
127
this.
_description
.Value = value;
211
this.
_description
.ResourceType = value;
382
return this.
_description
.GetLocalizableValue();