3 references to GetPlatformCell
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (2)
1075 platformCell = CellTableViewCell.GetPlatformCell(tableView, cell); 1085 platformCell = CellTableViewCell.GetPlatformCell(tableView, cell, true, id.ToString());
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (1)
54 var nativeCell = CellTableViewCell.GetPlatformCell(tableView, cell);