2 writes to _tableView
Microsoft.Maui.Controls.Compatibility (2)
iOS\ContextActionCell.cs (2)
153
_tableView
= tableView;
276
_tableView
= null;
11 references to _tableView
Microsoft.Maui.Controls.Compatibility (11)
iOS\ContextActionCell.cs (11)
100
Update(
_tableView
, _cell, ContentCell);
320
var path =
_tableView
.IndexPathForCell(this);
321
var rowPosition =
_tableView
.RectForRowAtIndexPath(path);
357
actionSheet.PopoverPresentationController.SourceView =
_tableView
;
462
Update(
_tableView
, _cell, ContentCell);
474
Update(
_tableView
, _cell, ContentCell);
502
var selected = path.Equals(
_tableView
.IndexPathForSelectedRow);
504
_tableView
.ReloadRows(new[] { path }, UITableViewRowAnimation.None);
508
_tableView
.SelectRow(path, false, UITableViewScrollPosition.None);
509
_tableView
.Source.RowSelected(
_tableView
, path);