4 references to CarouselTemplatedCell
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\CarouselViewController.cs (4)
142 return CarouselTemplatedCell.ReuseId; 149 CollectionView.RegisterClassForCell(typeof(CarouselTemplatedCell), CarouselTemplatedCell.ReuseId); 429 if (!((cell as CarouselTemplatedCell)?.VisualElementRenderer?.Element is View itemView))