5 references to IsValidationPending
Microsoft.AspNetCore.Components.Forms (4)
EditContext.cs (4)
425
/// pending/faulted state queries via <see cref="
IsValidationPending
(in FieldIdentifier)"/>
504
/// <see cref="
IsValidationPending
(in FieldIdentifier)"/> to become <c>false</c> is guaranteed
520
=>
IsValidationPending
(FieldIdentifier.Create(accessor));
527
/// <see cref="
IsValidationPending
(in FieldIdentifier)"/> overload for per-field state.
Microsoft.AspNetCore.Components.Web (1)
Forms\FieldCssClassProvider.cs (1)
39
if (editContext.
IsValidationPending
(fieldIdentifier))