5 references to GetBackButtonBehavior
Microsoft.Maui.Controls (5)
BindableObject.cs (1)
396 if (Shell.GetBackButtonBehavior(this) is BackButtonBehavior buttonBehavior)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
115 SetBackButtonBehavior(Shell.GetBackButtonBehavior(Page)); 180 SetBackButtonBehavior(Shell.GetBackButtonBehavior(Page));
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
117 var behavior = Shell.GetBackButtonBehavior(tracker.Value.Page);
ShellToolbar.cs (1)
130 var bbb = Shell.GetBackButtonBehavior(_currentPage);