1 write to TitleView
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
832
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)
504
if (
TitleView
!= null)
505
SetInheritedBindingContext(
TitleView
, BindingContext);