1 write to _lastPath
Microsoft.Maui.Controls (1)
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (1)
639
_lastPath
= table.IndexPathForRowAtPoint(pos);
6 references to _lastPath
Microsoft.Maui.Controls (6)
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (6)
640
if (
_lastPath
== null)
643
var cell = table.CellAt(
_lastPath
) as ContextActionsCell;
653
if (selector.
_lastPath
== null)
657
if (!selector.
_lastPath
.Equals(table.IndexPathForSelectedRow))
658
table.SelectRow(selector.
_lastPath
, false, UITableViewScrollPosition.None);
659
table.Source.RowSelected(table, selector.
_lastPath
);