3 references to _prototypicalCellByTypeOrDataTemplate
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ListViewRenderer.cs (3)
885 _prototypicalCellByTypeOrDataTemplate.Clear(); 914 if (!_prototypicalCellByTypeOrDataTemplate.TryGetValue(itemTypeOrDataTemplate, out Cell protoCell)) 919 _prototypicalCellByTypeOrDataTemplate[itemTypeOrDataTemplate] = protoCell;