5 references to InteractionMessageBoxDialog
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
201openDialog = dialogService => dialogService.ShowDialogAsync<InteractionMessageBoxDialog>(content, dialogParameters);
Aspire.Dashboard.Components.Tests (4)
Dialogs\InteractionMessageBoxDialogTests.cs (4)
31var reference = await dialogService.ShowDialogAsync<InteractionMessageBoxDialog>( 59await dialogService.ShowDialogAsync<InteractionMessageBoxDialog>( 84await dialogService.ShowDialogAsync<InteractionMessageBoxDialog>( 116builder.AddChildContent<InteractionMessageBoxDialog>(childBuilder =>