4 writes to _cells
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (4)
42 _cells = new Dictionary<Element, UIContainerCell>(); 63 _cells = new Dictionary<Element, UIContainerCell>(); 68 _cells = new Dictionary<Element, UIContainerCell>(); 100 _cells = new Dictionary<Element, UIContainerCell>();
11 references to _cells
Microsoft.Maui.Controls (11)
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (11)
36 if (_cells != null) 38 foreach (var cell in _cells.Values) 61 if (_cells == null) 67 var oldList = _cells; 77 _cells.Add(element, result); 95 if (_cells != null) 97 foreach (var cell in _cells.Values) 110 if (!_cells.TryGetValue(context, out var view)) 164 if (!_cells.TryGetValue(context, out cell)) 171 var view = _cells[context].View; 178 _cells[context] = cell;