1 write to Content
Microsoft.Maui.Controls (1)
Internals\ProfilePage.cs (1)
130
page.
Content
= grid;
7 references to Content
Microsoft.Maui.Controls (7)
ContentPage\ContentPage.cs (7)
14
/// <summary>Bindable property for <see cref="
Content
"/>.</summary>
15
public static readonly BindableProperty ContentProperty = BindableProperty.Create(nameof(
Content
), typeof(View), typeof(ContentPage), null, propertyChanged: TemplateUtilities.OnContentChanged);
46
View content =
Content
;
60
View content =
Content
;
68
object IContentView.Content =>
Content
;
69
IView IContentView.PresentedContent => ((this as IControlTemplated).TemplateRoot as IView) ??
Content
;
108
if (
Content
is IView view)