5 references to _groupName
System.ComponentModel.DataAnnotations (5)
DataAnnotations\DisplayAttribute.cs (5)
185
return this.
_groupName
.Value;
188
if (this.
_groupName
.Value != value) {
189
this.
_groupName
.Value = value;
213
this.
_groupName
.ResourceType = value;
434
return this.
_groupName
.GetLocalizableValue();