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