3 references to GetOrder
System.ComponentModel.DataAnnotations (1)
DataAnnotations\DisplayAttribute.cs (1)
275/// Consumers must use the <see cref="GetOrder"/> method to retrieve the value, as this property getter will throw
System.Web.DynamicData (2)
DynamicData\MetaTable.cs (2)
534if (displayAttribute != null && displayAttribute.GetOrder() != null) { 535return displayAttribute.GetOrder().Value;