6 references to CurrentEditContext
Microsoft.AspNetCore.Components.Forms (6)
DataAnnotationsValidator.cs (6)
31
if (
CurrentEditContext
== null)
38
_subscriptions =
CurrentEditContext
.EnableDataAnnotationsValidation(ServiceProvider);
39
_originalEditContext =
CurrentEditContext
;
47
CurrentEditContext
.Properties[typeof(IClientValidationService)] = service;
55
if (
CurrentEditContext
!= _originalEditContext)
78
CurrentEditContext
?.Properties.Remove(typeof(IClientValidationService));