1 write to TableView
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (1)
42
TableView
= model;
11 references to TableView
Microsoft.Maui.Controls (11)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (11)
51
if (
TableView
is not TableView table)
61
if (
TableView
is not TableView table)
73
if (
TableView
is not TableView table)
96
if (headerView is UITableViewHeaderFooterView header &&
TableView
is TableView table)
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);
184
if (
TableView
is not TableView table)