3 references to UIContainerCell
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (2)
167 cell = new UIContainerCell(cellId, view, _context.Shell, context); 173 cell = new UIContainerCell(cellId, view, _context.Shell, context);
Compatibility\Handlers\Shell\iOS\UIContainerCell.cs (1)
46 public UIContainerCell(string cellId, View view) : this(cellId, view, null, null)