1 write to Value
Aspire.Dashboard (1)
Components\Controls\FluentIconSwitch.razor.cs (1)
10Value = Value is not true;
5 references to Value
Aspire.Dashboard (5)
Components\Controls\FluentIconSwitch.razor.cs (2)
10Value = Value is not true; 11await ValueChanged.InvokeAsync(Value.Value);
Components_Controls_FluentIconSwitch_razor.g.cs (3)
213Value is true ? CheckedTitle : UncheckedTitle 222Value is true ? CheckedTitle : UncheckedTitle 256Value is true ? CheckedIcon : UncheckedIcon