1 write to Content
Microsoft.Maui.Controls (1)
Internals\ProfilePage.cs (1)
130
page.
Content
= grid;
8 references to Content
Microsoft.Maui.Controls (8)
ContentPage\ContentPage.cs (8)
16
/// <summary>Bindable property for <see cref="
Content
"/>.</summary>
17
public static readonly BindableProperty ContentProperty = BindableProperty.Create(nameof(
Content
), typeof(View), typeof(ContentPage), null, propertyChanged: TemplateUtilities.OnContentChanged);
48
View content =
Content
;
62
View content =
Content
;
70
object IContentView.Content =>
Content
;
71
IView IContentView.PresentedContent => ((this as IControlTemplated).TemplateRoot as IView) ??
Content
;
110
if (
Content
is IView view)
155
return $"Content = {
Content
}, BindingContext = {BindingContext}";