4 overrides of OnPopModal
Microsoft.Maui.Controls (4)
Shell\Shell.cs (2)
2098
protected override async Task<Page>
OnPopModal
(bool animated)
2150
protected override Task<Page>
OnPopModal
(bool animated) => _shellProxy.PopModalAsync(animated);
Shell\ShellSection.cs (1)
1162
protected async override Task<Page>
OnPopModal
(bool animated)
Window\Window.cs (1)
730
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)
2107
var modalPopped = await base.
OnPopModal
(animated);
Shell\ShellSection.cs (1)
1165
return await base.
OnPopModal
(animated);