2 writes to Child
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (2)
388 var pack = new ParentingViewController(this) { Child = page }; 1129 Child = null;
31 references to Child
Microsoft.Maui.Controls.Compatibility (31)
iOS\Renderers\NavigationRenderer.cs (31)
337 if (page != ((ParentingViewController)TopViewController).Child) 486 pack?.UpdateTitleArea(pack.Child); 646 if (controller == null || controller.Child == null || Platform.GetRenderer(controller.Child) == null) 650 var task = GetAppearedOrDisappearedTask(controller.Child); 1084 if (Child != null && (childRenderer = Platform.GetRenderer(Child)) != null) 1085 childRenderer.NativeView.Frame = Child.Bounds.ToRectangleF(); 1093 _tracker.Target = Child; 1094 _tracker.AdditionalTargets = Child.GetParentPages(); 1125 if (Child != null) 1127 Child.SendDisappearing(); 1128 Child.PropertyChanged -= HandleChildPropertyChanged; 1163 NavigationItem.Title = Child.Title; 1172 UpdateTitleArea(Child); 1248 var currentChild = this.Child; 1369 if (Child == null || NavigationItem.HidesBackButton == !NavigationPage.GetHasBackButton(Child)) 1372 NavigationItem.HidesBackButton = !NavigationPage.GetHasBackButton(Child); 1379 UpdateTitleArea(Child); 1384 var current = Child; 1435 var page = Child; 1457 if (Child != null && (childRenderer = Platform.GetRenderer(Child)) != null) 1465 if (Child != null && (childRenderer = Platform.GetRenderer(Child)) != null) 1473 if (Child != null && (childRenderer = Platform.GetRenderer(Child)) != null) 1482 if (Child != null && (childRenderer = Platform.GetRenderer(Child)) != null) 1496 await navRenderer.UpdateFormsInnerNavigation(Child);