2 instantiations of ShellFlyoutLayoutManager
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellTableViewController.cs (2)
22 ShellFlyoutContentManager = new ShellFlyoutLayoutManager(context); 28 ShellFlyoutContentManager = ShellFlyoutContentManager ?? new ShellFlyoutLayoutManager(context);
2 references to ShellFlyoutLayoutManager
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
21 ShellFlyoutLayoutManager _shellFlyoutContentManager;
Compatibility\Handlers\Shell\iOS\ShellTableViewController.cs (1)
37 internal ShellFlyoutLayoutManager ShellFlyoutContentManager