3 writes to EffectiveTheme
Aspire.Dashboard (1)
Components\Layout\MainLayout.razor.cs (1)
86ThemeManager.EffectiveTheme = effectiveTheme;
Aspire.Dashboard.Components.Tests (2)
Controls\TextVisualizerDialogTests.cs (2)
126themeManager.EffectiveTheme = "Light"; 132themeManager.EffectiveTheme = "Dark";
2 references to EffectiveTheme
Aspire.Dashboard (2)
Components\Controls\Chart\ChartContainer.razor.cs (1)
74_instrumentViewModel.Theme = ThemeManager.EffectiveTheme;
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
124return $"log-content highlight-line language-{FormatKind} theme-a11y-{ThemeManager.EffectiveTheme.ToLower()}-min";