8 references to Validate
Aspire.Dashboard (1)
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
190
if (_editContext.
Validate
())
Microsoft.AspNetCore.Components.Forms (6)
EditContext.cs (6)
54
/// existing sync validators and continues to be raised by both <see cref="
Validate
"/> and
63
/// Handlers are awaited by <see cref="ValidateAsync"/>. <see cref="
Validate
"/> also invokes
65
/// <see cref="Task"/>, <see cref="
Validate
"/> throws <see cref="InvalidOperationException"/>.
246
/// Validation must not be re-entered. Do not call <see cref="
Validate
"/> or
290
/// handlers propagate to the caller, matching <see cref="
Validate
"/>. Any non-cancellation
310
/// Validation must not be re-entered. Do not call <see cref="
Validate
"/> or
Microsoft.AspNetCore.Components.Web (1)
Forms\EditForm.cs (1)
74
/// manually, e.g., by calling <see cref="EditContext.
Validate
"/>.