1 implementation of SendPanCompleted
Microsoft.Maui.Controls (1)
PanGestureRecognizer.cs (1)
34 void IPanGestureController.SendPanCompleted(Element sender, int gestureId)
2 references to SendPanCompleted
Microsoft.Maui.Controls.Compatibility (2)
iOS\EventTracker.cs (2)
408 panGestureRecognizer.SendPanCompleted(view, PanGestureRecognizer.CurrentId.Value); 425 panGestureRecognizer.SendPanCompleted(view, PanGestureRecognizer.CurrentId.Value);