12 references to TitleProperty
Microsoft.Maui.Controls (7)
NavigationPage\NavigationPageToolbar.cs (1)
51 e.IsOneOf(Page.TitleProperty,
Page\Page.cs (2)
159 get { return (string)GetValue(TitleProperty); } 160 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)
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\NavigationRenderer.cs (1)
1162 else if (e.PropertyName == Page.TitleProperty.PropertyName)
iOS\Renderers\PageRenderer.cs (1)
284 else if (e.PropertyName == Page.TitleProperty.PropertyName)
iOS\Renderers\PhoneFlyoutPageRenderer.cs (1)
239 if (e.PropertyName == Page.IconImageSourceProperty.PropertyName || e.PropertyName == Page.TitleProperty.PropertyName)
iOS\Renderers\TabbedRenderer.cs (1)
197 if (e.PropertyName == Page.IconImageSourceProperty.PropertyName || e.PropertyName == Page.TitleProperty.PropertyName)
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
436 if (e.PropertyName == Page.IconImageSourceProperty.PropertyName || e.PropertyName == Page.TitleProperty.PropertyName)