1 implementation of IPanGestureController
Microsoft.Maui.Controls (1)
PanGestureRecognizer.cs (1)
9 public class PanGestureRecognizer : GestureRecognizer, IPanGestureController
8 references to IPanGestureController
Microsoft.Maui.Controls (6)
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)
Platform\GestureManager\GesturePlatformManager.iOS.cs (2)
337 var panGestureRecognizer = weakRecognizer.Target as IPanGestureController;
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Gesture\PanGestureHandler.cs (2)
19 new IPanGestureController Recognizer => base.Recognizer as IPanGestureController;