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