6 references to CurrentEditContext
Microsoft.AspNetCore.Components.Web (6)
Forms\ValidationSummary.cs (6)
44if (CurrentEditContext == null) 51if (CurrentEditContext != _previousEditContext) 54CurrentEditContext.OnValidationStateChanged += _validationStateChangedHandler; 55_previousEditContext = CurrentEditContext; 76? CurrentEditContext.GetValidationMessages() 77: CurrentEditContext.GetValidationMessages(new FieldIdentifier(Model, string.Empty));