6 references to PrefersLargeTitlesProperty
Microsoft.Maui.Controls (6)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
44
[PlatformConfiguration.iOSSpecific.NavigationPage.
PrefersLargeTitlesProperty
.PropertyName] = NavigationPage.MapPrefersLargeTitles,
503
else if (e.PropertyName ==
PrefersLargeTitlesProperty
.PropertyName)
605
_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);