1 write to Content
Microsoft.Maui.Controls (1)
Internals\ProfilePage.cs (1)
130 page.Content = grid;
9 references to Content
Microsoft.Maui.Controls (9)
ContentPage\ContentPage.cs (9)
17 /// <summary>Bindable property for <see cref="Content"/>.</summary> 18 public static readonly BindableProperty ContentProperty = BindableProperty.Create(nameof(Content), typeof(View), typeof(ContentPage), null, propertyChanged: TemplateUtilities.OnContentChanged); 49 View content = Content; 63 View content = Content; 71 object IContentView.Content => Content; 72 IView IContentView.PresentedContent => ((this as IControlTemplated).TemplateRoot as IView) ?? Content; 111 if (Content is IView view) 156 var contentText = DebuggerDisplayHelpers.GetDebugText(nameof(Content), Content);