1 implementation of ProposeNavigation
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
904
bool IShellController.
ProposeNavigation
(ShellNavigationSource source, ShellItem shellItem, ShellSection shellSection, ShellContent shellContent, IReadOnlyList<Page> stack, bool canCancel)
8 references to ProposeNavigation
Microsoft.Maui.Controls (8)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
667
return ((IShellController)_context.Shell).
ProposeNavigation
(ShellNavigationSource.Pop, shellItem, shellSection, shellContent, stack, true);
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (1)
152
return shellController.
ProposeNavigation
(ShellNavigationSource.ShellContentChanged, (ShellItem)ShellSection.Parent, ShellSection, item, ShellSection.Stack, true);
Shell\ShellItem.cs (1)
74
bool accept = controller.
ProposeNavigation
(ShellNavigationSource.ShellSectionChanged,
Shell\ShellSection.cs (5)
735
var allow = ((IShellController)Shell).
ProposeNavigation
(
765
var allow = ((IShellController)Shell).
ProposeNavigation
(
804
var allow = ((IShellController)Shell).
ProposeNavigation
(
845
var allow = ((IShellController)Shell).
ProposeNavigation
(
915
((IShellController)Shell).
ProposeNavigation
(