2 references to OnChildrenCollectionChanged
Microsoft.Maui.Controls (2)
Shapes\TransformGroup.cs (2)
33
(oldValue as TransformCollection).CollectionChanged -= (bindable as TransformGroup).
OnChildrenCollectionChanged
;
38
(newValue as TransformCollection).CollectionChanged += (bindable as TransformGroup).
OnChildrenCollectionChanged
;