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