1 implementation of ISliderHandler
Microsoft.Maui (1)
Handlers\Slider\SliderHandler.cs (1)
16
public partial class SliderHandler :
ISliderHandler
5 references to ISliderHandler
Microsoft.Maui (5)
Handlers\Slider\SliderHandler.cs (5)
18
public static IPropertyMapper<ISlider,
ISliderHandler
> Mapper = new PropertyMapper<ISlider,
ISliderHandler
>(ViewHandler.ViewMapper)
29
public static CommandMapper<ISlider,
ISliderHandler
> CommandMapper = new(ViewCommandMapper)
47
ISlider
ISliderHandler
.VirtualView => VirtualView;
49
PlatformView
ISliderHandler
.PlatformView => PlatformView;