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