7 references to Left
Microsoft.Maui (3)
Platform\SwipeViewExtensions.cs (2)
28 case SwipeDirection.Left: 47 return swipeDirection == SwipeDirection.Left || swipeDirection == SwipeDirection.Right;
Primitives\SwipeDirection.cs (1)
46 return SwipeDirection.Left;
Microsoft.Maui.Controls (4)
SwipeGestureRecognizer.cs (3)
75 detectedDirection |= SwipeDirection.Left; 129 return (self & SwipeDirection.Left) == SwipeDirection.Left;
SwipeView\SwipeView.cs (1)
396 _swipeDirection = SwipeDirection.Left;