19 references to BackgroundColor
Microsoft.Maui (2)
Platform\iOS\ContainerViewController.cs (1)
77
View.BackgroundColor = ColorExtensions.
BackgroundColor
;
Platform\iOS\ViewExtensions.cs (1)
92
platformView.BackgroundColor = ColorExtensions.
BackgroundColor
;
Microsoft.Maui.Controls (8)
Compatibility\Handlers\iOS\FrameRenderer.cs (2)
114
_actualView.Layer.BackgroundColor = Microsoft.Maui.Platform.ColorExtensions.
BackgroundColor
.CGColor;
133
backgroundLayer.BackgroundColor = ColorExtensions.
BackgroundColor
.CGColor;
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (2)
711
var color = Element.BackgroundColor == null ? Maui.Platform.ColorExtensions.
BackgroundColor
: Element.BackgroundColor.ToPlatform();
733
navigationBarAppearance.BackgroundColor = Maui.Platform.ColorExtensions.
BackgroundColor
;
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
237
View.BackgroundColor = backgroundImage is not null ? UIColor.FromPatternImage(backgroundImage) : color?.ToPlatform() ?? Maui.Platform.ColorExtensions.
BackgroundColor
;
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
326
TapoffView.BackgroundColor = Microsoft.Maui.Platform.ColorExtensions.
BackgroundColor
.ColorWithAlpha(0.5f);
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (1)
360
color = Microsoft.Maui.Platform.ColorExtensions.
BackgroundColor
;
Platform\iOS\ControlsModalWrapper.cs (1)
195
View!.BackgroundColor = modalBkgndColor?.ToPlatform() ?? Maui.Platform.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
;