5 writes to PrimaryButtonText
Aspire.Hosting (3)
Orchestrator\ParameterProcessor.cs (2)
135
PrimaryButtonText
= "Enter values"
163
PrimaryButtonText
= "Save",
VersionChecking\VersionCheckService.cs (1)
144
PrimaryButtonText
= "Ignore"
Aspire.Hosting.Azure (1)
Provisioning\Internal\DefaultProvisioningContextProvider.cs (1)
82
PrimaryButtonText
= "Enter values"
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
;