2 writes to _footerView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (2)
126 _footerView = null; 138 _footerView = new UIContainerView(_footer);
13 references to _footerView
Microsoft.Maui.Controls (13)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (13)
119 int previousIndex = GetPreviousIndex(_footerView); 123 var oldFooterView = _footerView; 125 _footerView?.Disconnect(); 139 _uIViews[FooterIndex] = _footerView; 140 AddViewInCorrectOrder(_footerView, previousIndex); 142 _footerView.ClipsToBounds = true; 146 _tableViewController.FooterView = _footerView; 196 var size = _footerView?.SizeThatFits(new CGSize(View.Frame.Width, double.PositiveInfinity)); 203 if (_footerView is null) 206 if (double.IsNaN(_footerView.MeasuredHeight)) 209 UpdateFooterPosition((nfloat)_footerView.MeasuredHeight); 214 if (_footerView is null && !nfloat.IsNaN(footerHeight)) 219 _footerView.Frame = new CoreGraphics.CGRect(0, View.Frame.Height - footerHeight, footerWidth, footerHeight);