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