4 references to ShowDialogAsync
Aspire.Dashboard (4)
Components\Controls\Chart\MetricTable.razor.cs (1)
115
await DialogService.
ShowDialogAsync
<ExemplarsDialog>(vm, parameters);
Components\Dialogs\GenAIVisualizerDialog.razor.cs (1)
354
await dialogService.
ShowDialogAsync
<GenAIVisualizerDialog>(dialogViewModel, parameters);
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
106
await options.DialogService.
ShowDialogAsync
<TextVisualizerDialog>(
Components\Interactions\InteractionsProvider.cs (1)
270
openDialog = dialogService => dialogService.
ShowDialogAsync
<InteractionsInputDialog>(vm, dialogParameters);