1 write to BackgroundColor
Microsoft.Maui.Graphics (1)
PatternExtensions.cs (1)
18 BackgroundColor = null
9 references to BackgroundColor
Microsoft.Maui.Graphics (5)
PaintPattern.cs (3)
22 if (Paint.BackgroundColor != null && Paint.BackgroundColor.Alpha > 1) 24 canvas.FillColor = Paint.BackgroundColor;
PatternPaint.cs (2)
26 if (BackgroundColor == null || BackgroundColor.Alpha < 1)
Microsoft.Maui.Graphics.Skia (4)
SkiaCanvas.cs (4)
335 FillColor = paint.BackgroundColor; 340 FillColor = paint.BackgroundColor; 367 FillColor = paint.BackgroundColor; 382 FillColor = paint.BackgroundColor;