5 references to ActiveViewControllers
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (5)
110
if (
ActiveViewControllers
().Length < NavigationBar.Items.Length)
359
InsertViewController(
ActiveViewControllers
().IndexOf(beforeRenderer.ViewController), renderer.ViewController);
405
if (!_ignorePopCall &&
ActiveViewControllers
().Length > 1)
512
if (!calledFromDispose && tracker.ViewController != null &&
ActiveViewControllers
().Contains(tracker.ViewController))
698
if ((_parent as ShellSectionRenderer).
ActiveViewControllers
().Length == 1)