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