5 references to Apply
Microsoft.Maui.Controls (2)
BindableLayout\BindableLayout.cs (1)
511 e.Apply(
Internals\NotifyCollectionChangedEventArgsExtensions.cs (1)
16 self.Apply((o, i, b) => to.Insert(i, o), (o, i) => to.RemoveAt(i), () =>
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\CarouselPageRenderer.cs (1)
285 NotifyCollectionChangedAction action = e.Apply((o, i, c) => InsertPage((ContentPage)o, i), (o, i) => RemovePage((ContentPage)o, i), Reset);
iOS\Renderers\TabbedRenderer.cs (1)
212 e.Apply((o, i, c) => SetupPage((Page)o, i), (o, i) => TeardownPage((Page)o, i), Reset);
Microsoft.Maui.Controls.Maps (1)
Map.cs (1)
304 e.Apply(