4 writes to PrimaryButtonText
Aspire.Hosting (3)
Orchestrator\ParameterProcessor.cs (2)
136PrimaryButtonText = "Enter values" 169PrimaryButtonText = "Save",
VersionChecking\VersionCheckService.cs (1)
134PrimaryButtonText = "Ignore"
Stress.AppHost (1)
InteractionCommands.cs (1)
28_ = interactionService.PromptMessageBoxAsync("Command executed", "The command successfully executed.", new MessageBoxInteractionOptions { Intent = MessageIntent.Success, PrimaryButtonText = "Yeah!" });
2 references to PrimaryButtonText
Aspire.Hosting (2)
Dashboard\DashboardService.cs (2)
80if (interaction.Options.PrimaryButtonText != null) 82change.PrimaryButtonText = interaction.Options.PrimaryButtonText;