5 references to CurrentEditContext
Microsoft.AspNetCore.Components.Web (5)
Forms\EditForm.cs (1)
183builder.AddComponentParameter(2, nameof(FormMappingValidator.CurrentEditContext), EditContext);
Forms\Mapping\FormMappingValidator.cs (4)
21if (CurrentEditContext == null) 32_subscriptions = CurrentEditContext.EnableFormMappingContextExtensions(MappingContext); 33_originalEditContext = CurrentEditContext; 44if (CurrentEditContext != _originalEditContext)