4 references to GetIndexPath
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\iOS\CellRenderer.cs (1)
183
index = Controls.Compatibility.Platform.iOS.CellExtensions.
GetIndexPath
(c);
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (1)
496
var path = Microsoft.Maui.Controls.Compatibility.Platform.iOS.CellExtensions.
GetIndexPath
(_cell);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Cells\CellRenderer.cs (1)
117
var index = tableView?.IndexPathForCell(nativeCell) ?? (sender as Cell)?.
GetIndexPath
();
iOS\ContextActionCell.cs (1)
500
var path = _cell.
GetIndexPath
();