2 writes to _footerUIView
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\StructuredItemsViewController.cs (2)
51 _footerUIView = null; 106 ref _footerUIView, ref _footerViewFormsElement);
13 references to _footerUIView
Microsoft.Maui.Controls.Compatibility (13)
iOS\CollectionView\StructuredItemsViewController.cs (13)
84 if (_footerUIView != null) 90 if (_footerUIView.Frame.X != ItemsViewLayout.CollectionViewContentSize.Width || 91 _footerUIView.Frame.X < emptyView?.Frame.X) 96 if (_footerUIView.Frame.Y != ItemsViewLayout.CollectionViewContentSize.Height || 97 _footerUIView.Frame.Y < (emptyView?.Frame.Y + emptyView?.Frame.Height)) 158 nfloat footerWidth = _footerUIView?.Frame.Width ?? 0f; 164 if (_footerUIView != null && (_footerUIView.Frame.X != ItemsViewLayout.CollectionViewContentSize.Width || emptyWidth > 0)) 165 _footerUIView.Frame = new CoreGraphics.CGRect(ItemsViewLayout.CollectionViewContentSize.Width + emptyWidth, 0, footerWidth, CollectionView.Frame.Height); 186 nfloat footerHeight = _footerUIView?.Frame.Height ?? 0f; 217 if (_footerUIView != null && (_footerUIView.Frame.Y != height || emptyHeight > 0)) 219 _footerUIView.Frame = new CoreGraphics.CGRect(0, height + emptyHeight, CollectionView.Frame.Width, footerHeight);