3 references to CurrentSection
Microsoft.Maui.Controls (3)
Shell\Shell.cs (3)
1939
var navStack =
CurrentSection
?.Navigation?.NavigationStack;
2117
if (_shell.
CurrentSection
is null)
2127
await _shell.
CurrentSection
.Navigation.PushModalAsync(modal, animated);