7 writes to ShowSecondaryButton
Aspire.Hosting (4)
ApplicationModel\RequiredCommandValidator.cs (1)
131
ShowSecondaryButton
= false
InteractionService.cs (2)
63
options.
ShowSecondaryButton
??= true;
71
options.
ShowSecondaryButton
??= false;
Pipelines\DistributedApplicationPipeline.cs (1)
94
ShowSecondaryButton
= true,
Aspire.Hosting.Azure.Kusto (1)
AzureKustoBuilderExtensions.cs (1)
400
ShowSecondaryButton
= false,
Aspire.Hosting.DevTunnels (1)
DevTunnelLoginManager.cs (1)
65
ShowSecondaryButton
= true,
Stress.AppHost (1)
InteractionCommands.cs (1)
19
var resultTask2 = interactionService.PromptMessageBoxAsync("Command confirmation", "Are you really sure?", new MessageBoxInteractionOptions { Intent = MessageIntent.Warning,
ShowSecondaryButton
= true }, cancellationToken: commandContext.CancellationToken);
1 reference to ShowSecondaryButton
Aspire.Hosting (1)
Dashboard\DashboardService.cs (1)
93
change.ShowSecondaryButton = interaction.Options.
ShowSecondaryButton
?? true;