3 types derived from TemplatedCell
Microsoft.Maui.Controls (3)
Handlers\Items\iOS\CarouselTemplatedCell.cs (1)
11 public class CarouselTemplatedCell : TemplatedCell
Handlers\Items\iOS\HeightConstrainedTemplatedCell.cs (1)
8 internal abstract partial class HeightConstrainedTemplatedCell : TemplatedCell
Handlers\Items\iOS\WidthConstrainedTemplatedCell.cs (1)
8 internal abstract class WidthConstrainedTemplatedCell : TemplatedCell
15 references to TemplatedCell
Microsoft.Maui.Controls (15)
Handlers\Items\iOS\CarouselViewController.cs (2)
61 if (cell is TemplatedCell templatedCell) 71 var element = (cell as TemplatedCell)?.PlatformHandler?.VirtualView as VisualElement;
Handlers\Items\iOS\GroupableItemsViewController.cs (3)
20 TemplatedCell _measurementCellTemplated; 85 case TemplatedCell templatedCell: 103 void UpdateTemplatedSupplementaryView(TemplatedCell cell, NSString elementKind, NSIndexPath indexPath)
Handlers\Items\iOS\ItemsViewController.cs (9)
46 Dictionary<object, TemplatedCell> _measurementCells = new Dictionary<object, TemplatedCell>(); 116 case TemplatedCell templatedCell: 374 protected virtual void UpdateTemplatedCell(TemplatedCell cell, NSIndexPath indexPath) 382 if (_measurementCells != null && _measurementCells.TryGetValue(bindingContext, out TemplatedCell measurementCell)) 416 if (!(sender is TemplatedCell cell)) 731 TemplatedCell CreateAppropriateCellForLayout() 763 TemplatedCell templatedCell = CreateAppropriateCellForLayout(); 828 if (cell is TemplatedCell templatedCell &&
Handlers\Items\iOS\TemplatedCell.cs (1)
231 internal void UseContent(TemplatedCell measurementCell)