2 writes to Color
Microsoft.Maui.Controls (2)
Brush\BrushTypeConverter.cs (1)
258 Color = color,
GradientStop.cs (1)
37 Color = color;
6 references to Color
Microsoft.Maui.Controls (6)
Brush\Brush.cs (1)
70 gradientStops[i] = new GraphicsGradientStop(gs.Offset, gs.Color);
GradientStop.cs (5)
9 /// <summary>Bindable property for <see cref="Color"/>.</summary> 11 nameof(Color), typeof(Color), typeof(GradientStop), null); 47 return Color == dest.Color && global::System.Math.Abs(Offset - dest.Offset) < 0.00001; 53 return -1234567890 + (Color?.GetHashCode() ?? 0);