1 implementation of SendDragCompleted
Microsoft.Maui.Controls (1)
Slider\Slider.cs (1)
159
void ISliderController.
SendDragCompleted
()
2 references to SendDragCompleted
Microsoft.Maui.Controls (1)
Slider\Slider.cs (1)
178
(this as ISliderController).
SendDragCompleted
();
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SliderRenderer.cs (1)
193
((ISliderController)Element)?.
SendDragCompleted
();