1 write to PlatformView
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (1)
167
PlatformView
= tableview;
2 references to PlatformView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (2)
43
model.ModelChanged += (s, e) =>
PlatformView
?.ReloadData();
113
if (
PlatformView
is not UITableView tableView)