5 references to ShowDialogAsync
Aspire.Dashboard (5)
Components\Dialogs\SettingsDialog.razor.cs (1)
115
await DialogService.
ShowDialogAsync
<ManageDataDialog>(parameters);
Components\Layout\MainLayout.razor.cs (4)
331
_openPageDialog = await DialogService.
ShowDialogAsync
<HelpDialog>(parameters).ConfigureAwait(true);
391
_openPageDialog = await DialogService.
ShowDialogAsync
<AIAgentsDialog>(parameters).ConfigureAwait(true);
426
_openPageDialog = await DialogService.
ShowDialogAsync
<SettingsDialog>(parameters).ConfigureAwait(true);
457
_openPageDialog = await DialogService.
ShowDialogAsync
<NotificationsDialog>(parameters).ConfigureAwait(true);