1 instantiation of HorizontalCell
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\ItemsViewController.cs (1)
732 return new HorizontalCell(frame);
4 references to HorizontalCell
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\ItemsViewController.cs (4)
463 var cellType = ItemsViewLayout.ScrollDirection == UICollectionViewScrollDirection.Vertical ? typeof(VerticalCell) : typeof(HorizontalCell); 487 ? HorizontalCell.ReuseId 533 CollectionView.RegisterClassForCell(typeof(HorizontalCell), HorizontalCell.ReuseId);