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; 65CurrentEditContext.GetValidationMessages() : 66CurrentEditContext.GetValidationMessages(new FieldIdentifier(Model, string.Empty));