1 implementation of SendPanStarted
Microsoft.Maui.Controls (1)
PanGestureRecognizer.cs (1)
39 void IPanGestureController.SendPanStarted(Element sender, int gestureId)
2 references to SendPanStarted
Microsoft.Maui.Controls (1)
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
345 panGestureRecognizer.SendPanStarted(view, PanGestureRecognizer.CurrentId.Value);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Gesture\PanGestureHandler.cs (1)
34 Recognizer.SendPanStarted(View, _gestureId);