7 writes to _swipeDirection
Microsoft.Maui (7)
Platform\iOS\MauiSwipeView.cs (7)
472 _swipeDirection = SwipeDirectionHelper.GetSwipeDirection(new Point(_initialPoint.X, _initialPoint.Y), new Point(point.X, point.Y)); 715 _swipeDirection = null; 727 _swipeDirection = null; 1128 _swipeDirection = SwipeDirection.Up; 1131 _swipeDirection = SwipeDirection.Right; 1134 _swipeDirection = SwipeDirection.Left; 1137 _swipeDirection = SwipeDirection.Down;
27 references to _swipeDirection
Microsoft.Maui (27)
Platform\iOS\MauiSwipeView.cs (27)
274 return _swipeDirection == SwipeDirection.Left || _swipeDirection == SwipeDirection.Right; 287 ISwipeItems? items = Element.GetSwipeItemsByDirection(_swipeDirection); 296 if (_swipeDirection == SwipeDirection.Left || _swipeDirection == SwipeDirection.Right) 343 var swipeItemSize = Element.GetSwipeItemSize(item, _contentView, _swipeDirection); 348 switch (_swipeDirection) 544 if (_swipeDirection.HasValue) 545 return GetSwipeItemsByDirection(_swipeDirection.Value); 586 switch (_swipeDirection) 611 switch (_swipeDirection) 642 switch (_swipeDirection) 754 if (_swipeDirection == null) 799 switch (_swipeDirection) 831 switch (_swipeDirection) 908 var swipeItemSize = Element.GetSwipeItemSize(swipeItem, _contentView, _swipeDirection); 914 swipeThreshold = Element.GetSwipeItemHeight(_swipeDirection, _contentView); 939 var swipeItemSize = Element.GetSwipeItemSize(swipeItem, _contentView, _swipeDirection); 985 if (_swipeDirection == null) 996 switch (_swipeDirection) 1159 switch (_swipeDirection) 1174 if (_swipeDirection == null || !ValidateSwipeDirection()) 1177 Element?.SwipeStarted(new SwipeViewSwipeStarted(_swipeDirection.Value)); 1182 if (_swipeDirection == null) 1185 Element?.SwipeChanging(new SwipeViewSwipeChanging(_swipeDirection.Value, _swipeOffset)); 1190 if (_swipeDirection == null || !ValidateSwipeDirection()) 1200 Element?.SwipeEnded(new SwipeViewSwipeEnded(_swipeDirection.Value, isOpen));