7 references to PrefersLargeTitlesProperty
Microsoft.Maui.Controls (6)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
46 [PlatformConfiguration.iOSSpecific.NavigationPage.PrefersLargeTitlesProperty.PropertyName] = NavigationPage.MapPrefersLargeTitles, 511 else if (e.PropertyName == PrefersLargeTitlesProperty.PropertyName) 613 _viewHandlerWrapper.UpdateProperty(PrefersLargeTitlesProperty.PropertyName);
NavigationPage\NavigationPage.Mapper.cs (1)
13 NavigationViewHandler.Mapper.ReplaceMapping<NavigationPage, NavigationViewHandler>(PlatformConfiguration.iOSSpecific.NavigationPage.PrefersLargeTitlesProperty.PropertyName, MapPrefersLargeTitles);
PlatformConfiguration\iOSSpecific\NavigationPage.cs (2)
96 return (bool)element.GetValue(PrefersLargeTitlesProperty); 102 element.SetValue(PrefersLargeTitlesProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
479 else if (e.PropertyName == PrefersLargeTitlesProperty.PropertyName)