5 references to _measurementCells
Microsoft.Maui.Controls.Compatibility (5)
iOS\CollectionView\ItemsViewController.cs (5)
114
_measurementCells
.Clear();
213
_measurementCells
.Clear();
257
if (
_measurementCells
.TryGetValue(bindingContext, out TemplatedCell measurementCell))
259
_measurementCells
.Remove(bindingContext);
601
_measurementCells
[ItemsSource[indexPath]] = templatedCell;