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