2 types derived from ItemsViewCell
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\DefaultCell.cs (1)
9 public abstract class DefaultCell : ItemsViewCell
iOS\CollectionView\TemplatedCell.cs (1)
12 public abstract class TemplatedCell : ItemsViewCell
10 references to ItemsViewCell
Microsoft.Maui.Controls.Compatibility (10)
iOS\CollectionView\GroupableItemsViewController.cs (4)
97 if (cell is ItemsViewCell) 113 if (cell is ItemsViewCell) 183 var cell = GetViewForSupplementaryElement(collectionView, elementKind, 184 NSIndexPath.FromItemSection(0, section)) as ItemsViewCell;
iOS\CollectionView\ItemsViewController.cs (1)
243 if (cell is ItemsViewCell constrainedCell)
iOS\CollectionView\ItemsViewLayout.cs (5)
162 public void PrepareCellForLayout(ItemsViewCell cell) 205 ItemsViewCell prototype = null; 209 prototype = CollectionView.VisibleCells[0] as ItemsViewCell; 214 prototype = GetPrototype() as ItemsViewCell; 257 if (cells[n] is ItemsViewCell constrainedCell)