1 implementation of InternalChildren
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
207 public ObservableCollection<Element> InternalChildren { get; } = new ObservableCollection<Element>();
4 references to InternalChildren
Microsoft.Maui.Controls.Compatibility (4)
Tizen\Renderers\NavigationPageRenderer.cs (4)
63 (Element as IPageController).InternalChildren.CollectionChanged += OnPageCollectionChanged; 71 foreach (Page page in pageController.InternalChildren) 111 (Element as IPageController).InternalChildren.CollectionChanged -= OnPageCollectionChanged; 112 foreach (var child in (Element as IPageController).InternalChildren)