1 instantiation of EntryCellTableViewCell
Microsoft.Maui.Controls (1)
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (1)
32
tvc = new
EntryCellTableViewCell
(item.GetType().FullName);
19 references to EntryCellTableViewCell
Microsoft.Maui.Controls (19)
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (19)
29
var
tvc = reusableCell as
EntryCellTableViewCell
;
65
var
realCell = (
EntryCellTableViewCell
)GetRealCell(entryCell);
87
var
cell = (
EntryCellTableViewCell
)sender;
95
var
cell = (
EntryCellTableViewCell
)sender;
102
static void UpdateHorizontalTextAlignment(
EntryCellTableViewCell
cell, EntryCell entryCell)
109
static void UpdateIsEnabled(
EntryCellTableViewCell
cell, EntryCell entryCell)
117
static void UpdateKeyboard(
EntryCellTableViewCell
cell, EntryCell entryCell)
124
static void UpdateLabel(
EntryCellTableViewCell
cell, EntryCell entryCell)
131
static void UpdateLabelColor(
EntryCellTableViewCell
cell, EntryCell entryCell)
136
static void UpdatePlaceholder(
EntryCellTableViewCell
cell, EntryCell entryCell)
141
static void UpdateText(
EntryCellTableViewCell
cell, EntryCell entryCell)
182
var
realCell = GetRealCell<
EntryCellTableViewCell
>(view);
193
var
realCell = GetRealCell<
EntryCellTableViewCell
>(sender as UIView);