6 references to MenuItems
Microsoft.Maui.Controls (6)
Shell\ShellContent.cs (3)
18 BindableProperty.CreateReadOnly(nameof(MenuItems), typeof(MenuItemCollection), typeof(ShellContent), null, 21 /// <summary>Bindable property for <see cref="MenuItems"/>.</summary> 122 ((INotifyCollectionChanged)MenuItems).CollectionChanged += MenuItemsCollectionChanged;
Shell\ShellFlyoutItemsManager.cs (3)
131 AddMenuItems(shellContent.MenuItems); 154 if (shellContents.Count == 1 && shellSection == shellItem.CurrentItem && shellSection.CurrentItem.MenuItems.Count > 0) 156 AddMenuItems(shellSection.CurrentItem.MenuItems);