1 implementation of ISliderController
Microsoft.Maui.Controls (1)
Slider\Slider.cs (1)
9 public partial class Slider : View, ISliderController, IElementConfiguration<Slider>, ISlider
6 references to ISliderController
Microsoft.Maui.Controls (4)
Slider\Slider.cs (4)
150 void ISliderController.SendDragStarted() 159 void ISliderController.SendDragCompleted() 178 (this as ISliderController).SendDragCompleted(); 183 (this as ISliderController).SendDragStarted();
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\SliderRenderer.cs (2)
187 ((ISliderController)Element)?.SendDragStarted(); 193 ((ISliderController)Element)?.SendDragCompleted();