7 implementations of Content
Microsoft.Maui.Controls (7)
Border\Border.cs (1)
258
object? IContentView.
Content
=> Content;
ContentPage\ContentPage.cs (1)
68
object IContentView.
Content
=> Content;
ContentPresenter.cs (1)
37
object IContentView.
Content
=> Content;
ContentView\ContentView.cs (1)
46
object IContentView.
Content
=> Content;
RadioButton\RadioButton.cs (1)
110
public object
Content
ScrollView\ScrollView.cs (1)
392
object IContentView.
Content
=> Content;
TemplatedView\TemplatedView.cs (1)
120
object? IContentView.
Content
=> null;
11 references to Content
Microsoft.Maui (8)
Handlers\Border\BorderHandler.cs (2)
31
[nameof(IBorderView.
Content
)] = MapContent,
173
/// Maps the abstract <see cref="IContentView.
Content
"/> property to the platform-specific implementations.
Handlers\ContentView\ContentViewHandler.cs (2)
25
[nameof(IContentView.
Content
)] = MapContent,
63
/// Maps the abstract <see cref="IContentView.
Content
"/> property to the platform-specific implementations.
Handlers\RadioButton\RadioButtonHandler.cs (1)
26
[nameof(IRadioButton.
Content
)] = MapContent,
Handlers\ScrollView\ScrollViewHandler.cs (1)
21
[nameof(IScrollView.
Content
)] = MapContent,
Handlers\SwipeItemView\SwipeItemViewHandler.cs (1)
20
[nameof(ISwipeItemView.
Content
)] = MapContent,
Handlers\SwipeView\SwipeViewHandler.cs (1)
19
[nameof(IContentView.
Content
)] = MapContent,
Microsoft.Maui.Controls (3)
ContentPresenter.cs (1)
24
static (IContentView view) => view.
Content
,
RadioButton\RadioButton.Mapper.cs (1)
14
RadioButtonHandler.Mapper.ReplaceMapping<RadioButton, IRadioButtonHandler>(nameof(IRadioButton.
Content
), MapContent);
TemplatedView\TemplatedView.cs (1)
127
Handler?.UpdateValue(nameof(IContentView.
Content
));