3 implementations of INativeElementView
Microsoft.Maui.Controls.Compatibility (3)
iOS\Cells\CellTableViewCell.cs (1)
9 public class CellTableViewCell : UITableViewCell, INativeElementView
iOS\Cells\ViewCellRenderer.cs (1)
43 internal class ViewTableCell : UITableViewCell, INativeElementView
iOS\ContextActionCell.cs (1)
16 internal class ContextActionsCell : UITableViewCell, INativeElementView
7 references to INativeElementView
Microsoft.Maui.Controls.Compatibility (7)
iOS\Cells\ViewCellRenderer.cs (1)
48 Element INativeElementView.Element => ViewCell;
iOS\ContextActionCell.cs (4)
70 Element INativeElementView.Element 74 var boxedCell = ContentCell as INativeElementView; 77 throw new InvalidOperationException($"Implement {nameof(INativeElementView)} on cell renderer: {ContentCell.GetType().AssemblyQualifiedName}");
iOS\Renderers\ListViewRenderer.cs (2)
1113 cell = (Cell)((INativeElementView)nativeCell).Element; 1250 formsCell = (Cell)((INativeElementView)cell).Element;