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