2 references to OnPathSegmentCollectionChanged
Microsoft.Maui.Controls (2)
Shapes\PathFigure.cs (2)
87
oldCollection.CollectionChanged -=
OnPathSegmentCollectionChanged
;
98
newCollection.CollectionChanged +=
OnPathSegmentCollectionChanged
;