3 references to FlyoutItemsChanged
Microsoft.Maui.Controls (3)
Shell\Shell.cs (2)
675 add { _flyoutManager.FlyoutItemsChanged += value; } 676 remove { _flyoutManager.FlyoutItemsChanged -= value; }
Shell\ShellFlyoutItemsManager.cs (1)
78 FlyoutItemsChanged?.Invoke(this, EventArgs.Empty);