Implemented interface member:
method
InsertPageBefore
Microsoft.Maui.Controls.INavigation.InsertPageBefore(Microsoft.Maui.Controls.Page, Microsoft.Maui.Controls.Page)
1 reference to InsertPageBefore
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
2086 protected override void OnInsertPageBefore(Page page, Page before) => SectionProxy.InsertPageBefore(page, before);