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