1 write to _order
System.ComponentModel.DataAnnotations (1)
DataAnnotations\DisplayAttribute.cs (1)
292
this.
_order
= value;
3 references to _order
System.ComponentModel.DataAnnotations (3)
DataAnnotations\DisplayAttribute.cs (3)
285
if (!this.
_order
.HasValue) {
289
return this.
_order
.Value;
481
return this.
_order
;