7 references to CurrentEditContext
Microsoft.AspNetCore.Components.Web (7)
Forms\ValidationSummary.cs (7)
45
if (
CurrentEditContext
== null)
52
if (
CurrentEditContext
!= _previousEditContext)
55
CurrentEditContext
.OnValidationStateChanged += _validationStateChangedHandler;
56
_previousEditContext =
CurrentEditContext
;
67
CurrentEditContext
.GetValidationMessages() :
68
CurrentEditContext
.GetValidationMessages(new FieldIdentifier(Model, string.Empty));
70
if (
CurrentEditContext
.Properties.TryGetValue(typeof(IClientValidationService), out var serviceObj)