1 instantiation of MenuItemCollection
Microsoft.Maui.Controls (1)
Shell\ShellContent.cs (1)
19
defaultValueCreator: bo => new
MenuItemCollection
());
4 references to MenuItemCollection
Microsoft.Maui.Controls (4)
Shell\ShellContent.cs (3)
18
BindableProperty.CreateReadOnly(nameof(MenuItems), typeof(
MenuItemCollection
), typeof(ShellContent), null,
36
public
MenuItemCollection
MenuItems => (
MenuItemCollection
)GetValue(MenuItemsProperty);
Shell\ShellFlyoutItemsManager.cs (1)
216
void AddMenuItems(
MenuItemCollection
menuItems)