2 implementations of PopToRootAsync
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
119
public Task
PopToRootAsync
(bool animated)
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Platform.cs (1)
268
Task INavigation.
PopToRootAsync
(bool animated)
2 references to PopToRootAsync
Microsoft.Maui.Controls (1)
NavigationProxy.cs (1)
211
return currentInner.
PopToRootAsync
(animated);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Platform.cs (1)
265
return ((INavigation)this).
PopToRootAsync
(true);