1 instantiation of ShellItemCollection
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
628
defaultValueCreator: bo => new
ShellItemCollection
{ Inner = new ElementCollection<ShellItem>(((Shell)bo).InternalChildren) });
4 references to ShellItemCollection
Microsoft.Maui.Controls (4)
Shell\Shell.cs (4)
627
static readonly BindablePropertyKey ItemsPropertyKey = BindableProperty.CreateReadOnly(nameof(Items), typeof(
ShellItemCollection
), typeof(Shell), null,
943
ReadOnlyCollection<ShellItem> IShellController.GetItems() => ((
ShellItemCollection
)Items).VisibleItemsReadOnly;
947
add { ((
ShellItemCollection
)Items).VisibleItemsChanged += value; }
948
remove { ((
ShellItemCollection
)Items).VisibleItemsChanged -= value; }