4 writes to Cell
Microsoft.Maui.Controls (4)
Compatibility\Handlers\ListView\iOS\CellRenderer.cs (1)
45
tvc.
Cell
= item;
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (1)
43
tvc.
Cell
= item;
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (1)
47
tvc.
Cell
= item;
Compatibility\Handlers\ListView\iOS\TextCellRenderer.cs (1)
31
tvc.
Cell
= textCell;
9 references to Cell
Microsoft.Maui.Controls (9)
Compatibility\Handlers\ListView\iOS\CellTableViewCell.cs (2)
50
public Element Element =>
Cell
;
117
if (
Cell
is Cell cell)
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (1)
217
if ((ContentCell as CellTableViewCell)?.
Cell
is ImageCell)
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (2)
88
var model = (IEntryCellController)cell.
Cell
;
96
var model = (EntryCell)cell.
Cell
;
Compatibility\Handlers\ListView\iOS\ImageCellRenderer.cs (1)
53
if (target.
Cell
is not null)
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (1)
99
((SwitchCell)realCell.
Cell
).On = sw.On;
Compatibility\Handlers\ListView\iOS\TextCellRenderer.cs (2)
59
tvc.TextLabel.Text = ((TextCell)tvc.
Cell
).Text;
64
tvc.DetailTextLabel.Text = ((TextCell)tvc.
Cell
).Detail;