3 writes to _currentSetting
Aspire.Dashboard (3)
Components\Dialogs\SettingsDialog.razor.cs (2)
49
_currentSetting
= ThemeManager.SelectedTheme ?? ThemeManager.ThemeSettingSystem;
57
_currentSetting
= newValue;
Components_Dialogs_SettingsDialog_razor.g.cs (1)
293
__builder3.AddComponentParameter(12, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentRadioGroup<string>.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<string>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<string>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredBindSetter(callback: __value => {
_currentSetting
= __value; return global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.InvokeAsynchronousDelegate(callback:
7 references to _currentSetting
Aspire.Dashboard (7)
Components\Dialogs\SettingsDialog.razor.cs (3)
55
if (
_currentSetting
!= newValue)
67
if (
_currentSetting
!= null)
71
await ThemeManager.RaiseThemeChangedAsync(
_currentSetting
);
Components_Dialogs_SettingsDialog_razor.g.cs (4)
287
_currentSetting
301
); }, value:
_currentSetting
),
_currentSetting
))));
302
__builder3.AddComponentParameter(13, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentRadioGroup<string>.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<string>>>(() =>
_currentSetting
));