1 write to _flyoutManager
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
1166 _flyoutManager = new ShellFlyoutItemsManager(this);
5 references to _flyoutManager
Microsoft.Maui.Controls (5)
Shell\Shell.cs (5)
677 add { _flyoutManager.FlyoutItemsChanged += value; } 678 remove { _flyoutManager.FlyoutItemsChanged -= value; } 1504 internal void SendFlyoutItemsChanged() => _flyoutManager.CheckIfFlyoutItemsChanged(); 1506 public IEnumerable FlyoutItems => _flyoutManager.FlyoutItems; 1509 _flyoutManager.GenerateFlyoutGrouping();