7 references to Right
Microsoft.Maui (3)
Platform\SwipeViewExtensions.cs (2)
31 case SwipeDirection.Right: 47 return swipeDirection == SwipeDirection.Left || swipeDirection == SwipeDirection.Right;
Primitives\SwipeDirection.cs (1)
41 return SwipeDirection.Right;
Microsoft.Maui.Controls (4)
SwipeGestureRecognizer.cs (3)
84 detectedDirection |= SwipeDirection.Right; 133 return (self & SwipeDirection.Right) == SwipeDirection.Right;
SwipeView\SwipeView.cs (1)
390 _swipeDirection = SwipeDirection.Right;