7 references to TitleProperty
Microsoft.Maui.Controls (7)
NavigationPage\NavigationPageToolbar.cs (1)
51 e.IsOneOf(Page.TitleProperty,
Page\Page.cs (2)
162 get { return (string)GetValue(TitleProperty); } 163 set { SetValue(TitleProperty, value); }
ShellToolbar.cs (3)
41 else if (p.Is(Shell.TitleProperty)) 151 if (e.Is(Page.TitleProperty)) 175 if (currentPage?.IsSet(Page.TitleProperty) == true)
TabbedPage\TabbedPage.cs (1)
127 if (e.PropertyName == Page.TitleProperty.PropertyName)