2 writes to _footerUIView
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\StructuredItemsViewController.cs (2)
55 _footerUIView = null; 134 ref _footerUIView, ref _footerViewFormsElement);
16 references to _footerUIView
Microsoft.Maui.Controls (16)
Handlers\Items\iOS\StructuredItemsViewController.cs (16)
48 if (_footerUIView is MauiView fv) 107 if (_footerUIView != null) 113 if (_footerUIView.Frame.X != ItemsViewLayout.CollectionViewContentSize.Width || 114 _footerUIView.Frame.X < emptyView?.Frame.X) 119 if (_footerUIView.Frame.Y != ItemsViewLayout.CollectionViewContentSize.Height || 120 _footerUIView.Frame.Y < (emptyView?.Frame.Y + emptyView?.Frame.Height)) 128 if (_footerUIView is MauiView mvPrevious) 137 if (_footerUIView is MauiView mv) 204 nfloat footerWidth = _footerUIView?.Frame.Width ?? 0f; 212 if (_footerUIView != null && (_footerUIView.Frame.X != ItemsViewLayout.CollectionViewContentSize.Width || emptyWidth > 0)) 213 _footerUIView.Frame = new CoreGraphics.CGRect(ItemsViewLayout.CollectionViewContentSize.Width + emptyWidth, 0, footerWidth, CollectionView.Frame.Height); 234 nfloat footerHeight = _footerUIView?.Frame.Height ?? 0f; 265 if (_footerUIView != null && (_footerUIView.Frame.Y != height || emptyHeight > 0)) 267 _footerUIView.Frame = new CoreGraphics.CGRect(0, height + emptyHeight, CollectionView.Frame.Width, footerHeight);