3 references to GetNativeCell
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ListViewRenderer.cs (2)
1097 nativeCell = CellTableViewCell.GetNativeCell(tableView, cell); 1107 nativeCell = CellTableViewCell.GetNativeCell(tableView, cell, true, id.ToString());
iOS\Renderers\TableViewModelRenderer.cs (1)
35 var nativeCell = CellTableViewCell.GetNativeCell(tableView, cell);