1 instantiation of ShellContentCollection
Microsoft.Maui.Controls (1)
Shell\ShellSection.cs (1)
31
defaultValueCreator: bo => new
ShellContentCollection
() { Inner = new ElementCollection<ShellContent>(((ShellSection)bo).DeclaredChildren) });
4 references to ShellContentCollection
Microsoft.Maui.Controls (4)
Shell\ShellSection.cs (4)
30
BindableProperty.CreateReadOnly(nameof(Items), typeof(
ShellContentCollection
), typeof(ShellSection), null,
164
ReadOnlyCollection<ShellContent> IShellSectionController.GetItems() => ((
ShellContentCollection
)Items).VisibleItemsReadOnly;
190
add { ((
ShellContentCollection
)Items).VisibleItemsChanged += value; }
191
remove { ((
ShellContentCollection
)Items).VisibleItemsChanged -= value; }