2 references to NavigationTransitionPopStyleProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\macOSSpecific\NavigationPage.cs (2)
38
return (NavigationTransitionStyle)element.GetValue(
NavigationTransitionPopStyleProperty
);
44
element.SetValue(
NavigationTransitionPopStyleProperty
, value);