4 writes to _backgroundColor
Microsoft.Maui (4)
Platform\iOS\MauiCALayer.cs (4)
127 _backgroundColor = solidPaint.Color.ToPlatform(); 136 _backgroundColor = null; 144 _backgroundColor = null; 321 _backgroundColor = UIColor.Clear;
2 references to _backgroundColor
Microsoft.Maui (2)
Platform\iOS\MauiCALayer.cs (2)
328 else if (_backgroundColor != null) 330 ctx.SetFillColor(_backgroundColor.CGColor);