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