4 references to MenuItems
Microsoft.Maui.Controls (4)
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 (1)
131
AddMenuItems(shellContent.
MenuItems
);