2 references to OnPathFigureCollectionChanged
Microsoft.Maui.Controls (2)
Shapes\PathGeometry.cs (2)
188
oldCollection.CollectionChanged -=
OnPathFigureCollectionChanged
;
200
newCollection.CollectionChanged +=
OnPathFigureCollectionChanged
;