1 implementation of IEntryCellController
Microsoft.Maui.Controls (1)
Cells\EntryCell.cs (1)
9 public class EntryCell : Cell, ITextAlignmentElement, IEntryCellController, ITextAlignment
4 references to IEntryCellController
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (2)
88 var model = (IEntryCellController)cell.Cell;
Microsoft.Maui.Controls.Compatibility (2)
iOS\Cells\EntryCellRenderer.cs (2)
83 var model = (IEntryCellController)cell.Cell;