12 references to BackgroundColor
Microsoft.Maui (3)
Handlers\Button\ButtonHandler.iOS.cs (1)
66
config.BaseBackgroundColor = ColorExtensions.
BackgroundColor
;
Platform\iOS\ContainerViewController.cs (1)
80
View.BackgroundColor = ColorExtensions.
BackgroundColor
;
Platform\iOS\ViewExtensions.cs (1)
92
platformView.BackgroundColor = ColorExtensions.
BackgroundColor
;
Microsoft.Maui.Controls.Compatibility (9)
iOS\Platform.cs (1)
382
_renderer.View.BackgroundColor = ColorExtensions.
BackgroundColor
;
iOS\PlatformRenderer.cs (1)
98
View.BackgroundColor = ColorExtensions.
BackgroundColor
;
iOS\Renderers\CarouselPageRenderer.cs (1)
368
View.BackgroundColor = ColorExtensions.
BackgroundColor
;
iOS\Renderers\FrameRenderer.cs (1)
82
_actualView.Layer.BackgroundColor = ColorExtensions.
BackgroundColor
.CGColor;
iOS\Renderers\NavigationRenderer.cs (2)
666
var color = Element.BackgroundColor ?? Maui.Platform.ColorExtensions.
BackgroundColor
.ToColor();
682
navigationBarAppearance.BackgroundColor = Maui.Platform.ColorExtensions.
BackgroundColor
;
iOS\Renderers\PageRenderer.cs (1)
485
NativeView.BackgroundColor = Element.BackgroundColor?.ToPlatform() ?? Maui.Platform.ColorExtensions.
BackgroundColor
;
iOS\Renderers\SwipeViewRenderer.cs (1)
171
BackgroundColor = ColorExtensions.
BackgroundColor
;
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
380
_flyoutController.View.BackgroundColor = Maui.Platform.ColorExtensions.
BackgroundColor
;