6 references to IsNavigationBarTranslucentProperty
Microsoft.Maui.Controls (6)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
45
[PlatformConfiguration.iOSSpecific.NavigationPage.
IsNavigationBarTranslucentProperty
.PropertyName] = NavigationPage.MapIsNavigationBarTranslucent,
495
else if (e.PropertyName ==
IsNavigationBarTranslucentProperty
.PropertyName)
610
_viewHandlerWrapper.UpdateProperty(
IsNavigationBarTranslucentProperty
.PropertyName);
NavigationPage\NavigationPage.Mapper.cs (1)
14
NavigationViewHandler.Mapper.ReplaceMapping<NavigationPage, NavigationViewHandler>(PlatformConfiguration.iOSSpecific.NavigationPage.
IsNavigationBarTranslucentProperty
.PropertyName, MapIsNavigationBarTranslucent);
PlatformConfiguration\iOSSpecific\NavigationPage.cs (2)
19
return (bool)element.GetValue(
IsNavigationBarTranslucentProperty
);
25
element.SetValue(
IsNavigationBarTranslucentProperty
, value);