2 overrides of SetUpNewElement
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\CarouselViewRenderer.cs (1)
63
protected override void
SetUpNewElement
(CarouselView newElement)
iOS\CollectionView\StructuredItemsViewRenderer.cs (1)
40
protected override void
SetUpNewElement
(TItemsView newElement)
3 references to SetUpNewElement
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\CarouselViewRenderer.cs (1)
65
base.
SetUpNewElement
(newElement);
iOS\CollectionView\ItemsViewRenderer.cs (1)
39
SetUpNewElement
(e.NewElement);
iOS\CollectionView\StructuredItemsViewRenderer.cs (1)
42
base.
SetUpNewElement
(newElement);