1 write to NavigationType
Microsoft.Maui.Controls (1)
Page\NavigatedFromEventArgs.cs (1)
27 NavigationType = navigationType;
2 references to NavigationType
Microsoft.Maui.Controls (2)
Page\Page.cs (2)
888 if (args.NavigationType == NavigationType.Pop || 889 args.NavigationType == NavigationType.PopToRoot)