1 implementation of ISwitchHandler
Microsoft.Maui (1)
Handlers\Switch\SwitchHandler.cs (1)
16
public partial class SwitchHandler :
ISwitchHandler
8 references to ISwitchHandler
Microsoft.Maui (8)
Handlers\Switch\SwitchHandler.cs (5)
18
public static IPropertyMapper<ISwitch,
ISwitchHandler
> Mapper = new PropertyMapper<ISwitch,
ISwitchHandler
>(ViewHandler.ViewMapper)
25
public static CommandMapper<ISwitch,
ISwitchHandler
> CommandMapper = new(ViewCommandMapper)
43
ISwitch
ISwitchHandler
.VirtualView => VirtualView;
45
PlatformView
ISwitchHandler
.PlatformView => PlatformView;
Handlers\Switch\SwitchHandler.Standard.cs (3)
9
public static void MapIsOn(
ISwitchHandler
handler, ISwitch view) { }
10
public static void MapTrackColor(
ISwitchHandler
handler, ISwitch view) { }
11
public static void MapThumbColor(
ISwitchHandler
handler, ISwitch view) { }