8 references to UpdateBackground
Microsoft.Maui (8)
Handlers\Button\ButtonHandler.iOS.cs (1)
77
handler.PlatformView?.
UpdateBackground
(button);
Handlers\Image\ImageHandler.iOS.cs (1)
25
handler.ToPlatform().
UpdateBackground
(image);
Handlers\Label\LabelHandler.iOS.cs (1)
20
handler.ToPlatform().
UpdateBackground
(label);
Handlers\Layout\LayoutHandler.iOS.cs (1)
145
handler.PlatformView?.
UpdateBackground
(layout);
Handlers\RefreshView\RefreshViewHandler.iOS.cs (1)
50
=> handler.PlatformView.RefreshControl.
UpdateBackground
(view);
Handlers\ShapeView\ShapeViewHandler.iOS.cs (1)
21
handler.ToPlatform().
UpdateBackground
(shapeView);
Handlers\View\ViewHandler.cs (1)
322
platformView.
UpdateBackground
(view);
Platform\iOS\PageExtensions.cs (1)
20
platformView.
UpdateBackground
(page);