7 references to GetSwipeThreshold
Microsoft.Maui (7)
Platform\iOS\MauiSwipeView.cs (7)
518 var swipeThresholdPercent = MinimumOpenSwipeThresholdPercentage * GetSwipeThreshold(); 640 var swipeThreshold = GetSwipeThreshold(); 757 var swipeThresholdPercent = OpenSwipeThresholdPercentage * GetSwipeThreshold(); 796 _swipeOffset = GetSwipeThreshold(); 826 _swipeOffset = GetSwipeThreshold(); 1148 var swipeThreshold = GetSwipeThreshold(); 1195 var swipeThresholdPercent = OpenSwipeThresholdPercentage * GetSwipeThreshold();