3 references to DeclaredChildren
Microsoft.Maui.Controls (3)
Shell\BaseShellItem.cs (1)
66
DeclaredChildren
.CollectionChanged += (_, args) =>
Shell\ShellItem.cs (1)
61
defaultValueCreator: bo => new ShellSectionCollection { Inner = new ElementCollection<ShellSection>(((ShellItem)bo).
DeclaredChildren
) });
Shell\ShellSection.cs (1)
33
defaultValueCreator: bo => new ShellContentCollection() { Inner = new ElementCollection<ShellContent>(((ShellSection)bo).
DeclaredChildren
) });