1 implementation of IsOn
Microsoft.Maui.Controls (1)
Switch\Switch.cs (1)
105
bool ISwitch.
IsOn
3 references to IsOn
Microsoft.Maui (1)
Handlers\Switch\SwitchHandler.cs (1)
20
[nameof(ISwitch.
IsOn
)] = MapIsOn,
Microsoft.Maui.Controls (2)
Switch\Switch.cs (1)
87
Handler?.UpdateValue(nameof(ISwitch.
IsOn
));
ViewExtensions.cs (1)
409
text = sw.
IsOn
.ToString();