2 implementations of RemovePage
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
153
public void
RemovePage
(Page page)
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Platform.cs (1)
283
void INavigation.
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]);