3 references to HideNavigationBarSeparatorProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\NavigationPage.cs (2)
126
return (bool)element.GetValue(
HideNavigationBarSeparatorProperty
);
132
element.SetValue(
HideNavigationBarSeparatorProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
488
else if (e.PropertyName ==
HideNavigationBarSeparatorProperty
.PropertyName)