2 writes to _effectiveTheme
Aspire.Dashboard (2)
Model\ThemeManager.cs (2)
87
set =>
_effectiveTheme
= value;
107
_effectiveTheme
= browserThemeSettings.EffectiveTheme;
3 references to _effectiveTheme
Aspire.Dashboard (3)
Model\ThemeManager.cs (3)
85
return
_effectiveTheme
;
90
[MemberNotNull(nameof(
_effectiveTheme
))]
98
Debug.Assert(
_effectiveTheme
!= null, "There should be an effective theme if theme manager has been initialized.");