5 references to CurrentEditContext
Microsoft.AspNetCore.Components.Web (5)
Forms\ValidationMessage.cs (5)
42if (CurrentEditContext == null) 60if (CurrentEditContext != _previousEditContext) 63CurrentEditContext.OnValidationStateChanged += _validationStateChangedHandler; 64_previousEditContext = CurrentEditContext; 71foreach (var message in CurrentEditContext.GetValidationMessages(_fieldIdentifier))