2 references to TitleViewProperty
Microsoft.Maui.Controls (2)
Platform\Windows\PageControl.cs (2)
55 get { return (View)GetValue(TitleViewProperty); } 56 set { SetValue(TitleViewProperty, value); }