2 references to InternalChildrenOnCollectionChanged
Microsoft.Maui.Controls (2)
Page\Page.cs (2)
97
InternalChildrenOnCollectionChanged
(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Add, InternalChildren));
99
InternalChildren.CollectionChanged +=
InternalChildrenOnCollectionChanged
;