2 writes to _measurementCellDefault
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\GroupableItemsViewController.cs (2)
273
_measurementCellDefault
= new HorizontalDefaultSupplementalView(CGRect.Empty);
277
_measurementCellDefault
= new VerticalDefaultSupplementalView(CGRect.Empty);
4 references to _measurementCellDefault
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\GroupableItemsViewController.cs (4)
269
if (
_measurementCellDefault
== null)
281
if (
_measurementCellDefault
== null)
286
UpdateDefaultSupplementaryView(
_measurementCellDefault
, elementKind, NSIndexPath.FromItemSection(0, section));
287
return
_measurementCellDefault
.Measure();