Implemented interface member:
property
TitleView
Microsoft.Maui.Controls.Platform.ITitleViewRendererController.TitleView
1 write to TitleView
Microsoft.Maui.Controls (1)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
1384that.TitleView = (global::Microsoft.Maui.Controls.View)Value;
2 references to TitleView
Microsoft.Maui.Controls (2)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
1379return that.TitleView;
Platform\Windows\PageControl.cs (1)
26 public static readonly DependencyProperty TitleViewProperty = DependencyProperty.Register(nameof(TitleView), typeof(View), typeof(PageControl), new PropertyMetadata(default(View), OnTitleViewPropertyChanged));