2 types derived from ItemsViewCell
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\DefaultCell.cs (1)
10
public abstract class DefaultCell :
ItemsViewCell
Handlers\Items\iOS\TemplatedCell.cs (1)
12
public abstract class TemplatedCell :
ItemsViewCell
9 references to ItemsViewCell
Microsoft.Maui.Controls (9)
Handlers\Items\iOS\GroupableItemsViewController.cs (2)
97
if (cell is
ItemsViewCell
)
113
if (cell is
ItemsViewCell
)
Handlers\Items\iOS\ItemsViewController.cs (1)
368
if (cell is
ItemsViewCell
constrainedCell)
Handlers\Items\iOS\ItemsViewLayout.cs (6)
195
public void PrepareCellForLayout(
ItemsViewCell
cell)
242
ItemsViewCell
prototype = null;
246
prototype = CollectionView.VisibleCells[0] as
ItemsViewCell
;
251
prototype = GetPrototype() as
ItemsViewCell
;
295
if (cells[n] is
ItemsViewCell
constrainedCell)
654
if (GetPrototypeForIndexPath(indexPath) is
ItemsViewCell
cellAtIndex)