1 write to _templateToId
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
1481 _templateToId = null;
2 references to _templateToId
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
1420 if (!_templateToId.TryGetValue(itemTemplate, out key)) 1424 _templateToId[itemTemplate] = key;