1 implementation of IPanGestureController
Microsoft.Maui.Controls (1)
PanGestureRecognizer.cs (1)
9 public class PanGestureRecognizer : GestureRecognizer, IPanGestureController
6 references to IPanGestureController
Microsoft.Maui.Controls (4)
PanGestureRecognizer.cs (4)
24 void IPanGestureController.SendPan(Element sender, double totalX, double totalY, int gestureId) 29 void IPanGestureController.SendPanCanceled(Element sender, int gestureId) 34 void IPanGestureController.SendPanCompleted(Element sender, int gestureId) 39 void IPanGestureController.SendPanStarted(Element sender, int gestureId)
Microsoft.Maui.Controls.Compatibility (2)
iOS\EventTracker.cs (2)
391 var panGestureRecognizer = weakRecognizer.Target as IPanGestureController;