1 write to Model
Microsoft.Maui.Controls (1)
TableView\TableView.cs (1)
43
Model
= _tableModel = new TableSectionModel(this, root);
23 references to Model
Microsoft.Maui.Controls (12)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (11)
53
var cell = table.
Model
.GetCell(indexPath.Section, indexPath.Row);
64
_headerCells[section] = table.
Model
.GetHeaderCell((int)section);
76
_headerCells[section] = table.
Model
.GetHeaderCell((int)section);
98
var sectionHeaderTextColor = table.
Model
.GetSectionTextColor((int)section);
121
TableView?.
Model
.RowLongPressed(indexPath.Section, indexPath.Row);
127
return TableView?.
Model
.GetSectionCount() ?? 0;
132
TableView?.
Model
.RowSelected(indexPath.Section, indexPath.Row);
139
return TableView?.
Model
.GetRowCount((int)section) ?? 0;
144
return TableView?.
Model
.GetSectionIndexTitles();
149
return TableView?.
Model
.GetSectionTitle((int)section);
187
var cell = table.
Model
.GetCell(indexPath.Section, indexPath.Row);
TableView\TableView.cs (1)
115
return
Model
;
Microsoft.Maui.Controls.Compatibility (11)
iOS\Renderers\TableViewModelRenderer.cs (11)
34
var cell = View.
Model
.GetCell(indexPath.Section, indexPath.Row);
43
_headerCells[section] = View.
Model
.GetHeaderCell((int)section);
53
_headerCells[section] = View.
Model
.GetHeaderCell((int)section);
71
var sectionHeaderTextColor = View.
Model
.GetSectionTextColor((int)section);
89
View.
Model
.RowLongPressed(indexPath.Section, indexPath.Row);
95
return View.
Model
.GetSectionCount();
100
View.
Model
.RowSelected(indexPath.Section, indexPath.Row);
107
return View.
Model
.GetRowCount((int)section);
112
return View.
Model
.GetSectionIndexTitles();
117
return View.
Model
.GetSectionTitle((int)section);
153
var cell = View.
Model
.GetCell(indexPath.Section, indexPath.Row);