3 writes to EffectiveTheme
Aspire.Dashboard (1)
Components\Layout\MainLayout.razor.cs (1)
86
ThemeManager.
EffectiveTheme
= effectiveTheme;
Aspire.Dashboard.Components.Tests (2)
Controls\TextVisualizerDialogTests.cs (2)
126
themeManager.
EffectiveTheme
= "Light";
132
themeManager.
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)
124
return $"log-content highlight-line language-{FormatKind} theme-a11y-{ThemeManager.
EffectiveTheme
.ToLower()}-min";