2 references to IsSwipeView
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\PhoneFlyoutPageRenderer.cs (2)
463
return !(t.View is UISlider) && !
IsSwipeView
(t.View);
534
return
IsSwipeView
(view.Superview);