2 references to Insert
Microsoft.Maui.Controls (2)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
630 ViewControllers = ViewControllers.Insert(ViewControllers.IndexOf(target), pageContainer);
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
627 _pendingViewControllers = _pendingViewControllers.Insert(index, viewController);