4 references to CurrentEditContext
Microsoft.AspNetCore.Components.Forms (4)
DataAnnotationsValidator.cs (4)
21
if (
CurrentEditContext
== null)
28
_subscriptions =
CurrentEditContext
.EnableDataAnnotationsValidation(ServiceProvider);
29
_originalEditContext =
CurrentEditContext
;
35
if (
CurrentEditContext
!= _originalEditContext)