4 types derived from DefaultCell
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\HorizontalDefaultCell.cs (1)
8 internal sealed class HorizontalDefaultCell : DefaultCell
iOS\CollectionView\HorizontalDefaultSupplementalView.cs (1)
8 internal sealed class HorizontalDefaultSupplementalView : DefaultCell
iOS\CollectionView\VerticalDefaultCell.cs (1)
8 internal sealed class VerticalDefaultCell : DefaultCell
iOS\CollectionView\VerticalDefaultSupplementalView.cs (1)
8 internal sealed class VerticalDefaultSupplementalView : DefaultCell
7 references to DefaultCell
Microsoft.Maui.Controls.Compatibility (7)
iOS\CollectionView\CarouselViewController.cs (1)
45 if (cell is DefaultCell defaultCell)
iOS\CollectionView\GroupableItemsViewController.cs (3)
21 DefaultCell _measurementCellDefault; 82 case DefaultCell defaultCell: 93 void UpdateDefaultSupplementaryView(DefaultCell cell, NSString elementKind, NSIndexPath indexPath)
iOS\CollectionView\ItemsViewController.cs (3)
88 case DefaultCell defaultCell: 239 protected virtual void UpdateDefaultCell(DefaultCell cell, NSIndexPath indexPath) 582 DefaultCell cell;