1 instantiation of TableSectionModel
Microsoft.Maui.Controls (1)
TableView\TableView.cs (1)
43
Model = _tableModel = new
TableSectionModel
(this, root);
2 references to TableSectionModel
Microsoft.Maui.Controls (2)
Internals\CellExtensions.cs (1)
43
return TableView.
TableSectionModel
.GetPath(cell);
TableView\TableView.cs (1)
26
readonly
TableSectionModel
_tableModel;