1 implementation of FlyoutHeader
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
681 View IShellController.FlyoutHeader => FlyoutHeaderView;
2 references to FlyoutHeader
Microsoft.Maui.Controls (2)
Handlers\Shell\Tizen\ShellFlyoutItemAdaptor.cs (1)
28 _headerCache = ((IShellController)_shell).FlyoutHeader;
Handlers\Shell\Tizen\ShellView.cs (1)
179 _headerView = ShellController.FlyoutHeader;