1 instantiation of VerticalDefaultCell
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ItemsViewController.cs (1)
589
cell = new
VerticalDefaultCell
(frame);
3 references to VerticalDefaultCell
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\ItemsViewController.cs (3)
338
:
VerticalDefaultCell
.ReuseId;
372
CollectionView.RegisterClassForCell(typeof(
VerticalDefaultCell
),
VerticalDefaultCell
.ReuseId);