2 references to GetSwipeItemHeight
Microsoft.Maui (2)
Platform\iOS\MauiSwipeView.cs (1)
914
swipeThreshold = Element.
GetSwipeItemHeight
(_swipeDirection, _contentView);
Platform\iOS\SwipeViewExtensions.cs (1)
44
var swipeItemHeight =
GetSwipeItemHeight
(swipeView, swipeDirection, contentView);