6 writes to PrimaryButtonText
Aspire.Hosting (3)
Orchestrator\ParameterProcessor.cs (2)
144
PrimaryButtonText
= InteractionStrings.ParametersBarPrimaryButtonText
173
PrimaryButtonText
= InteractionStrings.ParametersInputsPrimaryButtonText,
VersionChecking\VersionCheckService.cs (1)
143
PrimaryButtonText
= InteractionStrings.VersionCheckPrimaryButtonText
Aspire.Hosting.Azure (1)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
118
PrimaryButtonText
= AzureProvisioningStrings.NotificationPrimaryButtonText
Aspire.Hosting.DevTunnels (1)
DevTunnelLoginManager.cs (1)
62
PrimaryButtonText
= "Login with Microsoft",
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
;