1 write to Content
Microsoft.Maui.Controls (1)
ContentPresenter.cs (1)
71 Content = null;
5 references to Content
Microsoft.Maui.Controls (5)
ContentPresenter.cs (5)
16 public static BindableProperty ContentProperty = BindableProperty.Create(nameof(Content), typeof(View), 37 object IContentView.Content => Content; 38 IView IContentView.PresentedContent => Content; 57 if ((widthRequest == -1 || heightRequest == -1) && Content != null) 59 childRequest = Content.Measure(widthConstraint, heightConstraint, MeasureFlags.IncludeMargins);