4 writes to PrimaryButtonText
Aspire.Hosting (3)
Orchestrator\ParameterProcessor.cs (2)
136
PrimaryButtonText
= "Enter values"
169
PrimaryButtonText
= "Save",
VersionChecking\VersionCheckService.cs (1)
134
PrimaryButtonText
= "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)
80
if (interaction.Options.
PrimaryButtonText
!= null)
82
change.PrimaryButtonText = interaction.Options.
PrimaryButtonText
;