4 overrides of OnPopModal
Microsoft.Maui.Controls (4)
Shell\Shell.cs (2)
2096
protected override async Task<Page>
OnPopModal
(bool animated)
2148
protected override Task<Page>
OnPopModal
(bool animated) => _shellProxy.PopModalAsync(animated);
Shell\ShellSection.cs (1)
1149
protected async override Task<Page>
OnPopModal
(bool animated)
Window\Window.cs (1)
729
protected override Task<Page?>
OnPopModal
(bool animated)
4 references to OnPopModal
Microsoft.Maui.Controls (4)
NavigationProxy.cs (2)
103
return
OnPopModal
(true);
109
return
OnPopModal
(animated);
Shell\Shell.cs (1)
2105
var modalPopped = await base.
OnPopModal
(animated);
Shell\ShellSection.cs (1)
1152
return await base.
OnPopModal
(animated);