3 references to LeadingContent
Microsoft.Maui.Controls (3)
TitleBar\TitleBar.cs (3)
50
/// <summary>Bindable property for <see cref="
LeadingContent
"/>.</summary>
51
public static readonly BindableProperty LeadingContentProperty = BindableProperty.Create(nameof(
LeadingContent
), typeof(IView),
382
static (TitleBar tb) => tb.
LeadingContent
,