10 writes to Inner
Microsoft.Maui.Controls (9)
Application\Application.cs (2)
491 ne.NavigationProxy.Inner = null; 562 ne.NavigationProxy.Inner = NavigationProxy;
NavigableElement\NavigableElement.cs (2)
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;
Shell\Shell.cs (2)
2134 modal.NavigationProxy.Inner = new NavigationImplWrapper(modal.NavigationProxy.Inner, this); 2143 Inner = proxy;
Window\Window.cs (1)
626 newPage.NavigationProxy.Inner = NavigationProxy;
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Platform.cs (1)
203 ((Application)Page.RealParent).NavigationProxy.Inner = this;
12 references to Inner
Microsoft.Maui.Controls (12)
NavigationProxy.cs (9)
160 INavigation currentInner = Inner; 166 INavigation currentInner = Inner; 172 INavigation currentInner = Inner; 188 INavigation inner = Inner; 194 INavigation innerNav = Inner; 200 INavigation currentInner = Inner; 216 INavigation currentInner = Inner; 227 INavigation currentInner = Inner; 238 INavigation currentInner = Inner;
Shell\Shell.cs (1)
2134 modal.NavigationProxy.Inner = new NavigationImplWrapper(modal.NavigationProxy.Inner, this);
Shell\ShellSection.cs (2)
1116 return Inner?.PushModalAsync(modal, animated); 1123 return Inner?.PopModalAsync(animated);