2 writes to _tableView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (2)
148 _tableView = tableView; 271 _tableView = null;
11 references to _tableView
Microsoft.Maui.Controls (11)
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (11)
95 Update(_tableView, _cell, ContentCell); 315 var path = _tableView.IndexPathForCell(this); 316 var rowPosition = _tableView.RectForRowAtIndexPath(path); 352 actionSheet.PopoverPresentationController.SourceView = _tableView; 458 Update(_tableView, _cell, ContentCell); 470 Update(_tableView, _cell, ContentCell); 498 var selected = path.Equals(_tableView.IndexPathForSelectedRow); 500 _tableView.ReloadRows(new[] { path }, UITableViewRowAnimation.None); 504 _tableView.SelectRow(path, false, UITableViewScrollPosition.None); 505 _tableView.Source.RowSelected(_tableView, path);