1 implementation of SendDragStarted
Microsoft.Maui.Controls (1)
Slider\Slider.cs (1)
150
void ISliderController.
SendDragStarted
()
2 references to SendDragStarted
Microsoft.Maui.Controls (1)
Slider\Slider.cs (1)
183
(this as ISliderController).
SendDragStarted
();
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SliderRenderer.cs (1)
187
((ISliderController)Element)?.
SendDragStarted
();