1 implementation of RemovePage
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
153
public void
RemovePage
(Page page)
2 references to RemovePage
Microsoft.Maui.Controls (2)
NavigationProxy.cs (1)
245
currentInner.
RemovePage
(page);
Shell\ShellNavigationManager.cs (1)
168
currentShellSection.Navigation.
RemovePage
(currentShellSection.Stack[i]);