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);
350
actionSheet.PopoverPresentationController.SourceView =
_tableView
;
455
Update(
_tableView
, _cell, ContentCell);
467
Update(
_tableView
, _cell, ContentCell);
495
var selected = path.Equals(
_tableView
.IndexPathForSelectedRow);
497
_tableView
.ReloadRows(new[] { path }, UITableViewRowAnimation.None);
501
_tableView
.SelectRow(path, false, UITableViewScrollPosition.None);
502
_tableView
.Source.RowSelected(
_tableView
, path);