16 references to UpdateBackground
Microsoft.Maui.Controls (5)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
518 View.UpdateBackground(Element.Background);
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
319 TapoffView.UpdateBackground(_backdropBrush);
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (2)
380 TabBar.UpdateBackground(_currentBarBackground); 385 TabBar.UpdateBackground(_currentBarBackground);
Compatibility\Handlers\TableView\iOS\TableViewRenderer.cs (1)
142 Control.BackgroundView.UpdateBackground(Element.Background);
Microsoft.Maui.Controls.Compatibility (11)
iOS\Renderers\CarouselPageRenderer.cs (1)
377 View.UpdateBackground(background);
iOS\Renderers\PageRenderer.cs (1)
482 NativeView.UpdateBackground(Element.Background);
iOS\Renderers\PhoneFlyoutPageRenderer.cs (1)
347 View.UpdateBackground(Element.Background);
iOS\Renderers\RefreshViewRenderer.cs (1)
107 _refreshControl.UpdateBackground(brush);
iOS\Renderers\ScrollViewRenderer.cs (1)
322 NativeView.UpdateBackground(background);
iOS\Renderers\SwipeViewRenderer.cs (1)
182 Control.UpdateBackground(background);
iOS\Renderers\TabbedRenderer.cs (1)
379 TabBar.UpdateBackground(barBackground);
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
512 View.UpdateBackground(Element.Background);
iOS\Renderers\TableViewRenderer.cs (1)
159 Control.BackgroundView.UpdateBackground(Element.Background);
iOS\ViewRenderer.cs (1)
228 Control.UpdateBackground(brush);
iOS\VisualElementRenderer.cs (1)
399 NativeView.UpdateBackground(brush);