3 types derived from TemplatedCell
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\CarouselTemplatedCell.cs (1)
11
public class CarouselTemplatedCell :
TemplatedCell
iOS\CollectionView\HeightConstrainedTemplatedCell.cs (1)
8
internal abstract partial class HeightConstrainedTemplatedCell :
TemplatedCell
iOS\CollectionView\WidthConstrainedTemplatedCell.cs (1)
8
internal abstract class WidthConstrainedTemplatedCell :
TemplatedCell
14 references to TemplatedCell
Microsoft.Maui.Controls.Compatibility (14)
iOS\CollectionView\CarouselViewController.cs (2)
48
if (cell is
TemplatedCell
templatedCell)
56
var element = (cell as
TemplatedCell
)?.VisualElementRenderer?.Element;
iOS\CollectionView\GroupableItemsViewController.cs (3)
20
TemplatedCell
_measurementCellTemplated;
85
case
TemplatedCell
templatedCell:
103
void UpdateTemplatedSupplementaryView(
TemplatedCell
cell, NSString elementKind, NSIndexPath indexPath)
iOS\CollectionView\ItemsViewController.cs (8)
28
Dictionary<object,
TemplatedCell
> _measurementCells = new Dictionary<object,
TemplatedCell
>();
91
case
TemplatedCell
templatedCell:
249
protected virtual void UpdateTemplatedCell(
TemplatedCell
cell, NSIndexPath indexPath)
257
if (_measurementCells.TryGetValue(bindingContext, out
TemplatedCell
measurementCell))
290
if (!(sender is
TemplatedCell
cell))
564
TemplatedCell
CreateAppropriateCellForLayout()
596
TemplatedCell
templatedCell = CreateAppropriateCellForLayout();
iOS\CollectionView\TemplatedCell.cs (1)
196
internal void UseContent(
TemplatedCell
measurementCell)