3 references to Content
Microsoft.Maui.Controls (3)
TitleBar\TitleBar.cs (3)
54 /// <summary>Bindable property for <see cref="Content"/>.</summary> 55 public static readonly BindableProperty ContentProperty = BindableProperty.Create(nameof(Content), typeof(IView), 508 static (TitleBar tb) => tb.Content,