2 writes to ApplyFormatInEditMode
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (2)
34DisplayFormat.ApplyFormatInEditMode = true; 39DisplayFormat.ApplyFormatInEditMode = true;
2 references to ApplyFormatInEditMode
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
153if (displayFormatAttribute != null && displayFormatAttribute.ApplyFormatInEditMode) 207displayFormatAttribute?.ApplyFormatInEditMode == true)