1 write to _footer
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
134 _footer = view;
7 references to _footer
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (7)
116 if (_footer == view) 120 if (_footer is not null) 122 var oldRenderer = (IPlatformViewHandler)_footer.Handler; 130 _footer.Handler = null; 136 if (_footer is not null) 138 _footerView = new UIContainerView(_footer); 143 _footer.MeasureInvalidated += OnFooterMeasureInvalidated;