1 instantiation of EntryCellTableViewCell
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\EntryCellRenderer.cs (1)
28 tvc = new EntryCellTableViewCell(item.GetType().FullName);
19 references to EntryCellTableViewCell
Microsoft.Maui.Controls.Compatibility (19)
iOS\Cells\EntryCellRenderer.cs (19)
26 var tvc = reusableCell as EntryCellTableViewCell; 60 var realCell = (EntryCellTableViewCell)GetRealCell(entryCell); 82 var cell = (EntryCellTableViewCell)sender; 90 var cell = (EntryCellTableViewCell)sender; 97 static void UpdateHorizontalTextAlignment(EntryCellTableViewCell cell, EntryCell entryCell) 104 static void UpdateIsEnabled(EntryCellTableViewCell cell, EntryCell entryCell) 112 static void UpdateKeyboard(EntryCellTableViewCell cell, EntryCell entryCell) 117 static void UpdateLabel(EntryCellTableViewCell cell, EntryCell entryCell) 122 static void UpdateLabelColor(EntryCellTableViewCell cell, EntryCell entryCell) 127 static void UpdatePlaceholder(EntryCellTableViewCell cell, EntryCell entryCell) 132 static void UpdateText(EntryCellTableViewCell cell, EntryCell entryCell) 172 var realCell = GetRealCell<EntryCellTableViewCell>(view); 183 var realCell = GetRealCell<EntryCellTableViewCell>(sender as UIView);