2 implementations of InsertPageBefore
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
71 public void InsertPageBefore(Page page, Page before)
Microsoft.Maui.Controls.Compatibility (1)
iOS\Platform.cs (1)
88 void INavigation.InsertPageBefore(Page page, Page before)
3 references to InsertPageBefore
Microsoft.Maui.Controls (3)
NavigationProxy.cs (1)
182 currentInner.InsertPageBefore(page, before);
Shell\ShellSection.cs (2)
370 Navigation.InsertPageBefore(page, _navStack[navIndex]); 609 Navigation.InsertPageBefore(pages[i], pages[i + 1]);