1 instantiation of ParentingViewController
Microsoft.Maui.Controls (1)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
378 var pack = new ParentingViewController(this) { Child = page };
19 references to ParentingViewController
Microsoft.Maui.Controls (19)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (19)
112 var parentingViewController = GetParentingViewController(); 324 if (page != ((ParentingViewController)TopViewController).Child) 336 if (poppedViewController is ParentingViewController pvc) 351 var pack = CreateViewControllerForPage(page); 372 ParentingViewController CreateViewControllerForPage(Page page) 378 var pack = new ParentingViewController(this) { Child = page }; 390 ParentingViewController GetParentingViewController() 395 return ViewControllers.Last() as ParentingViewController; 437 var parentViewController = renderer.ViewController.ParentViewController as ParentingViewController; 509 var pack = (ParentingViewController)TopViewController; 620 var pageContainer = CreateViewControllerForPage(page); 684 var parentingViewController = GetParentingViewController(); 690 var controller = TopViewController as ParentingViewController; 735 var parentingViewController = GetParentingViewController(); 880 if (VisibleViewController is ParentingViewController pvc) 1109 if (r.VisibleViewController is ParentingViewController pvc)