16 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;
Microsoft.Maui.Controls.Compatibility (10)
iOS\Renderers\SwipeViewRenderer.cs (10)
529 case SwipeDirection.Down: 878 case SwipeDirection.Down: 910 case SwipeDirection.Down: 941 case SwipeDirection.Down: 987 case SwipeDirection.Down: 1141 case SwipeDirection.Down: 1179 case SwipeDirection.Down: 1398 case SwipeDirection.Down: 1563 _swipeDirection = SwipeDirection.Down; 1586 case SwipeDirection.Down: