6 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)
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\EditFormTest.cs (1)
164frame => AssertFrame.Attribute(frame, nameof(FormMappingValidator.CurrentEditContext), editContext),