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)
55if (_currentSetting != newValue) 67if (_currentSetting != null) 71await 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));