1 write to TitleView
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
830
TitleView
= newTitleView;
4 references to TitleView
Microsoft.Maui.Controls (4)
NavigationPage\NavigationPage.cs (2)
788
if (currentPage.
TitleView
!= null)
790
currentPage.RemoveLogicalChild(currentPage.
TitleView
);
Page\Page.cs (2)
502
if (
TitleView
!= null)
503
SetInheritedBindingContext(
TitleView
, BindingContext);