2 writes to TableView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (1)
179
cell.
TableView
= tableView;
Compatibility\Handlers\Shell\iOS\UIContainerCell.cs (1)
82
TableView
= null;
2 references to TableView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\UIContainerCell.cs (2)
52
if (View == null ||
TableView
== null)
60
TableView
.ReloadRows(new[] { IndexPath }, UITableViewRowAnimation.Automatic);