5 references to _shortName
System.ComponentModel.DataAnnotations (5)
DataAnnotations\DisplayAttribute.cs (5)
61return this._shortName.Value; 64if (this._shortName.Value != value) { 65this._shortName.Value = value; 209this._shortName.ResourceType = value; 326return this._shortName.GetLocalizableValue() ?? this.GetName();