1 reference to RemovePage
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\CarouselPageRenderer.cs (1)
285 NotifyCollectionChangedAction action = e.Apply((o, i, c) => InsertPage((ContentPage)o, i), (o, i) => RemovePage((ContentPage)o, i), Reset);