1 write to _tableView
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (1)
37
set =>
_tableView
= value is not null ? new(value) : null;
2 references to _tableView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (2)
36
get =>
_tableView
is not null &&
_tableView
.TryGetTarget(out var t) ? t : null;