2 references to OnPageCollectionChanged
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\NavigationPageRenderer.cs (2)
63
(Element as IPageController).InternalChildren.CollectionChanged +=
OnPageCollectionChanged
;
111
(Element as IPageController).InternalChildren.CollectionChanged -=
OnPageCollectionChanged
;