1 write to PanGestureRecognizer
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
61
PanGestureRecognizer
= new UIPanGestureRecognizer(HandlePanGesture);
3 references to PanGestureRecognizer
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (3)
62
PanGestureRecognizer
.ShouldRecognizeSimultaneously += (a, b) =>
75
PanGestureRecognizer
.ShouldReceiveTouch += (sender, touch) =>
238
View.AddGestureRecognizer(
PanGestureRecognizer
);