5 references to _name
System.ComponentModel.DataAnnotations (5)
DataAnnotations\DisplayAttribute.cs (5)
92return this._name.Value; 95if (this._name.Value != value) { 96this._name.Value = value; 210this._name.ResourceType = value; 356return this._name.GetLocalizableValue();