6 references to HelpDialog
Aspire.Dashboard (1)
Components\Layout\MainLayout.razor.cs (1)
351_openPageDialog = await DialogService.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true);
Aspire.Dashboard.Components.Tests (5)
Dialogs\HelpDialogTests.cs (2)
31var cut = Render<HelpDialog>(); 60var cut = Render<HelpDialog>();
Model\DashboardDialogServiceTests.cs (3)
88var reference = await dialogService.ShowDialogAsync<HelpDialog>(new DialogParameters 131var reference = await dialogService.ShowDialogAsync<HelpDialog>(new DialogParameters 147var reference = await dialogService.ShowPanelAsync<HelpDialog>(new DialogParameters