2 references to OnGradientStopCollectionChanged
Microsoft.Maui.Controls (2)
GradientBrush.cs (2)
52
oldCollection.CollectionChanged -=
OnGradientStopCollectionChanged
;
64
newCollection.CollectionChanged +=
OnGradientStopCollectionChanged
;