Base:
8 writes to BackgroundColor
Microsoft.Maui.Controls.Compatibility (8)
iOS\Renderers\FrameRenderer.cs (1)
87
BackgroundColor
= UIColor.Clear;
iOS\Renderers\LabelRenderer.cs (2)
328
BackgroundColor
= UIColor.Clear;
330
BackgroundColor
= color.ToPlatform();
iOS\Renderers\SwipeViewRenderer.cs (2)
169
BackgroundColor
= Element.BackgroundColor.ToPlatform();
171
BackgroundColor
= ColorExtensions.BackgroundColor;
iOS\VisualElementRenderer.cs (3)
66
BackgroundColor
= _defaultColor;
386
BackgroundColor
= _defaultColor;
388
BackgroundColor
= color.ToPlatform();