3 references to Confirmation
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (1)
47
options.Intent = MessageIntent.
Confirmation
;
Dashboard\DashboardService.cs (1)
184
case ApplicationModel.MessageIntent.
Confirmation
:
Stress.AppHost (1)
Program.cs (1)
145
_ = interactionService.PromptMessageBarAsync("Confirmation bar", "The command successfully executed.", new MessageBoxInteractionOptions { Intent = MessageIntent.
Confirmation
});