4 overrides of GetCellCore
Microsoft.Maui.Controls.Compatibility (4)
Android\Cells\EntryCellRenderer.cs (1)
16 protected override global::Android.Views.View GetCellCore(Cell item, global::Android.Views.View convertView, ViewGroup parent, Context context)
Android\Cells\SwitchCellRenderer.cs (1)
20 protected override AView GetCellCore(Cell item, AView convertView, ViewGroup parent, Context context)
Android\Cells\TextCellRenderer.cs (1)
16 protected override AView GetCellCore(Cell item, AView convertView, ViewGroup parent, Context context)
Android\Cells\ViewCellRenderer.cs (1)
16 protected override AView GetCellCore(Cell item, AView convertView, ViewGroup parent, Context context)
1 reference to GetCellCore
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\CellRenderer.cs (1)
52 AView view = GetCellCore(item, convertView, parent, context);