7 references to IsNavigationBarTranslucentProperty
Microsoft.Maui.Controls (6)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (3)
47
[PlatformConfiguration.iOSSpecific.NavigationPage.
IsNavigationBarTranslucentProperty
.PropertyName] = NavigationPage.MapIsNavigationBarTranslucent,
503
else if (e.PropertyName ==
IsNavigationBarTranslucentProperty
.PropertyName)
618
_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);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
471
else if (e.PropertyName ==
IsNavigationBarTranslucentProperty
.PropertyName)