2 types derived from UIContainerView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutHeaderContainer.cs (1)
6 internal class ShellFlyoutHeaderContainer : UIContainerView
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
523 public class TitleViewContainer : UIContainerView
1 instantiation of UIContainerView
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
138 _footerView = new UIContainerView(_footer);
7 references to UIContainerView
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (3)
17 UIContainerView _headerView; 18 UIContainerView _footerView; 123 var oldFooterView = _footerView;
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (2)
18 UIContainerView _headerView; 149 public virtual UIContainerView HeaderView
Compatibility\Handlers\Shell\iOS\ShellTableViewController.cs (2)
20 public ShellTableViewController(IShellContext context, UIContainerView headerView, Action<Element> onElementSelected) : this(context, onElementSelected) 48 public virtual UIContainerView HeaderView