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