2 writes to ApplyFormatInEditMode
System.ComponentModel.DataAnnotations (2)
DataAnnotations\DataTypeAttribute.cs (2)
60
this.DisplayFormat.
ApplyFormatInEditMode
= true;
65
this.DisplayFormat.
ApplyFormatInEditMode
= true;
2 references to ApplyFormatInEditMode
System.Web (1)
ModelBinding\DataAnnotationsModelMetadataProvider.cs (1)
58
if (displayFormatAttribute.
ApplyFormatInEditMode
) {
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
567
ApplyFormatInEditMode = displayFormatAttribute.GetPropertyValue(a => a.
ApplyFormatInEditMode
, false);