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