2 references to OnChildrenCollectionChanged
Microsoft.Maui.Controls (2)
Shapes\GeometryGroup.cs (2)
52
oldCollection.CollectionChanged -=
OnChildrenCollectionChanged
;
63
newCollection.CollectionChanged +=
OnChildrenCollectionChanged
;