6 references to Down
Microsoft.Maui (2)
Platform\SwipeViewExtensions.cs (1)
37 case SwipeDirection.Down:
Primitives\SwipeDirection.cs (1)
44 return SwipeDirection.Down;
Microsoft.Maui.Controls (4)
SwipeGestureRecognizer.cs (3)
93 detectedDirection |= SwipeDirection.Down; 141 return (self & SwipeDirection.Down) == SwipeDirection.Down;
SwipeView\SwipeView.cs (1)
393 _swipeDirection = SwipeDirection.Down;