1 implementation of InsertPageBefore
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
71 public void 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]); 620 Navigation.InsertPageBefore(pages[i], pages[i + 1]);