2 overrides of SetBackgroundColor
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\BoxRenderer.cs (1)
86
protected override void
SetBackgroundColor
(Color color)
iOS\ViewRenderer.cs (1)
209
protected override void
SetBackgroundColor
(Color color)
2 references to SetBackgroundColor
Microsoft.Maui.Controls.Compatibility (2)
iOS\VisualElementRenderer.cs (2)
188
SetBackgroundColor
(element.BackgroundColor);
332
SetBackgroundColor
(Element.BackgroundColor);