4 references to Key
Microsoft.Maui.Controls.Compatibility (4)
iOS\Cells\CellTableViewCell.cs (1)
58
contextCell = (ContextActionsCell)tableView.DequeueReusableCell(ContextActionsCell.
Key
+ templateId);
iOS\ContextActionCell.cs (2)
50
public ContextActionsCell() : base(UITableViewCellStyle.Default,
Key
)
54
public ContextActionsCell(string templateId) : base(UITableViewCellStyle.Default,
Key
+ templateId)
iOS\Renderers\ListViewRenderer.cs (1)
1102
nativeCell = tableView.DequeueReusableCell(ContextActionsCell.
Key
+ id);