6 writes to UseCustomFooter
Aspire.Dashboard (2)
Components\Interactions\InteractionsProvider.cs (1)
557UseCustomFooter = true,
Model\TraceLinkHelpers.cs (1)
56UseCustomFooter = true
Aspire.Dashboard.Components.Tests (4)
Dialogs\InteractionMessageBoxDialogTests.cs (3)
37UseCustomFooter = true 65UseCustomFooter = true 86new DialogParameters { UseCustomFooter = true });
Dialogs\InteractionsInputDialogTests.cs (1)
423UseCustomFooter = true
2 references to UseCustomFooter
Aspire.Dashboard (2)
Model\DashboardDialogService.cs (2)
173options.Footer.PrimaryAction.Visible = !parameters.UseCustomFooter && !string.IsNullOrEmpty(parameters.PrimaryAction); 178options.Footer.SecondaryAction.Visible = !parameters.UseCustomFooter && !string.IsNullOrEmpty(parameters.SecondaryAction);