1 instantiation of ParentingViewController
Microsoft.Maui.Controls (1)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
386 var pack = new ParentingViewController(this) { Child = page };
19 references to ParentingViewController
Microsoft.Maui.Controls (19)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (19)
114 var parentingViewController = GetParentingViewController(); 332 if (page != ((ParentingViewController)TopViewController).Child) 344 if (poppedViewController is ParentingViewController pvc) 359 var pack = CreateViewControllerForPage(page); 380 ParentingViewController CreateViewControllerForPage(Page page) 386 var pack = new ParentingViewController(this) { Child = page }; 398 ParentingViewController GetParentingViewController() 403 return ViewControllers.Last() as ParentingViewController; 445 var parentViewController = renderer.ViewController.ParentViewController as ParentingViewController; 517 var pack = (ParentingViewController)TopViewController; 628 var pageContainer = CreateViewControllerForPage(page); 692 var parentingViewController = GetParentingViewController(); 698 var controller = TopViewController as ParentingViewController; 765 var parentingViewController = GetParentingViewController(); 910 if (VisibleViewController is ParentingViewController pvc) 1141 if (r.VisibleViewController is ParentingViewController pvc)