1 write to TitleView
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
827
TitleView
= newTitleView;
4 references to TitleView
Microsoft.Maui.Controls (4)
NavigationPage\NavigationPage.cs (2)
791
if (currentPage.
TitleView
!= null)
793
currentPage.RemoveLogicalChild(currentPage.
TitleView
);
Page\Page.cs (2)
499
if (
TitleView
!= null)
500
SetInheritedBindingContext(
TitleView
, BindingContext);