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