1 write to _flyoutManager
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
1164 _flyoutManager = new ShellFlyoutItemsManager(this);
5 references to _flyoutManager
Microsoft.Maui.Controls (5)
Shell\Shell.cs (5)
675 add { _flyoutManager.FlyoutItemsChanged += value; } 676 remove { _flyoutManager.FlyoutItemsChanged -= value; } 1502 internal void SendFlyoutItemsChanged() => _flyoutManager.CheckIfFlyoutItemsChanged(); 1504 public IEnumerable FlyoutItems => _flyoutManager.FlyoutItems; 1507 _flyoutManager.GenerateFlyoutGrouping();