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