4 writes to Cell
Microsoft.Maui.Controls.Compatibility (4)
iOS\Cells\CellRenderer.cs (1)
30
tvc.
Cell
= item;
iOS\Cells\EntryCellRenderer.cs (1)
38
tvc.
Cell
= item;
iOS\Cells\SwitchCellRenderer.cs (1)
47
tvc.
Cell
= item;
iOS\Cells\TextCellRenderer.cs (1)
33
tvc.
Cell
= textCell;
8 references to Cell
Microsoft.Maui.Controls.Compatibility (8)
iOS\Cells\CellTableViewCell.cs (1)
44
public Element Element =>
Cell
;
iOS\Cells\EntryCellRenderer.cs (2)
83
var model = (IEntryCellController)cell.
Cell
;
91
var model = (EntryCell)cell.
Cell
;
iOS\Cells\ImageCellRenderer.cs (1)
54
if (target.
Cell
!= null)
iOS\Cells\SwitchCellRenderer.cs (1)
98
((SwitchCell)realCell.
Cell
).On = sw.On;
iOS\Cells\TextCellRenderer.cs (2)
60
tvc.TextLabel.Text = ((TextCell)tvc.
Cell
).Text;
65
tvc.DetailTextLabel.Text = ((TextCell)tvc.
Cell
).Detail;
iOS\ContextActionCell.cs (1)
222
if ((ContentCell as CellTableViewCell)?.
Cell
is ImageCell)