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