3 implementations of INativeElementView
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\CellTableViewCell.cs (1)
10
public class CellTableViewCell : UITableViewCell,
INativeElementView
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (1)
17
internal sealed class ContextActionsCell : UITableViewCell,
INativeElementView
Compatibility\Handlers\ListView\iOS\ViewCellRenderer.cs (1)
42
internal sealed class ViewTableCell : UITableViewCell,
INativeElementView
7 references to INativeElementView
Microsoft.Maui.Controls (7)
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (4)
65
Element
INativeElementView
.Element
69
var
boxedCell = ContentCell as
INativeElementView
;
72
throw new InvalidOperationException($"Implement {nameof(
INativeElementView
)} on cell renderer: {ContentCell.GetType().AssemblyQualifiedName}");
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (2)
1091
cell = (Cell)((
INativeElementView
)platformCell).Element;
1241
formsCell = (Cell)((
INativeElementView
)cell).Element;
Compatibility\Handlers\ListView\iOS\ViewCellRenderer.cs (1)
48
Element
INativeElementView
.Element => ViewCell;