2 writes to FooterView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (1)
475 FooterView = null;
Compatibility\Handlers\Shell\iOS\ShellTableViewController.cs (1)
57 set => ShellFlyoutContentManager.FooterView = value;
3 references to FooterView
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (2)
270 if (FooterView is not null) 272 footerHeight = FooterView.Frame.Height;
Compatibility\Handlers\Shell\iOS\ShellTableViewController.cs (1)
56 get => ShellFlyoutContentManager.FooterView;