Implemented interface member:
property
NavigationProxy
Microsoft.Maui.Controls.Internals.INavigationProxy.NavigationProxy
13 references to NavigationProxy
Microsoft.Maui.Controls (13)
Application\Application.cs (2)
491 ne.NavigationProxy.Inner = null; 562 ne.NavigationProxy.Inner = NavigationProxy;
NavigableElement\NavigableElement.cs (3)
49 /// Will set the <see cref="NavigationProxy">NavigationProxy's</see> inner navigation object to closest topmost element capable of handling navigation calls. 70 NavigationProxy.Inner = navProxy.NavigationProxy; 74 NavigationProxy.Inner = null;
Platform\ModalNavigationManager\ModalNavigationManager.cs (2)
292 modal.NavigationProxy.Inner = _window.Navigation; 298 modal.NavigationProxy.Inner = _window.Navigation;
Platform\PageExtensions.cs (1)
11 if (currentPage.NavigationProxy.ModalStack.LastOrDefault() is Page modal)
Shell\Shell.cs (3)
2080 NavigationProxy SectionProxy => _shell.CurrentItem?.CurrentItem?.NavigationProxy; 2134 modal.NavigationProxy.Inner = new NavigationImplWrapper(modal.NavigationProxy.Inner, this);
Window\Window.cs (2)
626 newPage.NavigationProxy.Inner = NavigationProxy;