4 references to InteractionsInputDialog
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
271
openDialog = dialogService => dialogService.ShowDialogAsync<
InteractionsInputDialog
>(vm, dialogParameters);
Aspire.Dashboard.Components.Tests (3)
Dialogs\InteractionsInputDialogTests.cs (3)
44
await dialogService.ShowDialogAsync<
InteractionsInputDialog
>(viewModel, new DialogParameters
62
await dialogService.ShowDialogAsync<
InteractionsInputDialog
>(CreateSecretTextViewModel(), new DialogParameters
99
await dialogService.ShowDialogAsync<
InteractionsInputDialog
>(viewModel, new DialogParameters