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