2 writes to _footerViewFormsElement
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\StructuredItemsViewController.cs (2)
52 _footerViewFormsElement = null; 106 ref _footerUIView, ref _footerViewFormsElement);
4 references to _footerViewFormsElement
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\StructuredItemsViewController.cs (4)
44 if (_footerViewFormsElement != null) 46 _footerViewFormsElement.MeasureInvalidated -= OnFormsElementMeasureInvalidated; 235 if (_footerViewFormsElement != null) 236 HandleFormsElementMeasureInvalidated(_footerViewFormsElement);