2 references to GradientStopsProperty
Microsoft.Maui.Controls (2)
GradientBrush.cs (2)
28 get => (GradientStopCollection)GetValue(GradientStopsProperty); 29 set => SetValue(GradientStopsProperty, value);