2 references to LeadingContentProperty
Microsoft.Maui.Controls (2)
TitleBar\TitleBar.cs (2)
175
get { return (View?)GetValue(
LeadingContentProperty
); }
176
set { SetValue(
LeadingContentProperty
, value); }