2 implementations of Background
Microsoft.Maui.Controls (2)
Page\Page.cs (1)
833
Paint IView.
Background
VisualElement\VisualElement.cs (1)
1814
Paint? IView.
Background
16 references to Background
Microsoft.Maui (15)
Graphics\ShapeDrawable.cs (1)
127
var fillPaint = ShapeView.Fill ?? ShapeView.
Background
;
Handlers\Border\BorderHandler.cs (2)
30
[nameof(IBorderView.
Background
)] = MapBackground,
80
/// Maps the abstract <see cref="IView.
Background
"/> property to the platform-specific implementations.
Handlers\Button\ButtonHandler.cs (1)
38
[nameof(IButton.
Background
)] = MapBackground,
Handlers\Editor\EditorHandler.cs (1)
20
[nameof(IEditor.
Background
)] = MapBackground,
Handlers\Entry\EntryHandler.cs (1)
22
[nameof(IEntry.
Background
)] = MapBackground,
Handlers\Layout\LayoutHandler.cs (2)
24
[nameof(ILayout.
Background
)] = MapBackground,
56
/// Maps the abstract <see cref="IView.
Background
"/> property to the platform-specific implementations.
Handlers\RefreshView\RefreshViewHandler.cs (1)
22
[nameof(IView.
Background
)] = MapBackground,
Handlers\SearchBar\SearchBarHandler.cs (1)
23
[nameof(ISearchBar.
Background
)] = MapBackground,
Handlers\ShapeView\ShapeViewHandler.cs (1)
20
[nameof(IShapeView.
Background
)] = MapBackground,
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.cs (1)
23
[nameof(IView.
Background
)] = MapBackground,
Handlers\View\ViewHandler.cs (3)
38
[nameof(IView.
Background
)] = MapBackground,
304
/// Maps the abstract <see cref="IView.
Background
"/> property to the platform-specific implementations.
313
if (view.
Background
is ImageSourcePaint image)
Microsoft.Maui.Controls.Compatibility (1)
RendererToHandlerShim.cs (1)
47
[nameof(IView.
Background
)] = MapIgnore,