1 reference to OnTitleViewPropertyChanged
Microsoft.Maui.Controls (1)
Platform\Windows\PageControl.cs (1)
26
public static readonly DependencyProperty TitleViewProperty = DependencyProperty.Register(nameof(TitleView), typeof(View), typeof(PageControl), new PropertyMetadata(default(View),
OnTitleViewPropertyChanged
));