1 write to _containerArea
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
87 _containerArea = new UIView();
5 references to _containerArea
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (5)
63 _containerArea.Frame = View.Bounds; 94 _containerArea.InsetsLayoutMarginsFromSafeArea = false; 97 View.AddSubview(_containerArea); 302 _containerArea.AddSubview(renderer.ViewController.View); 360 _pageAnimation = CreateContentAnimator(oldRenderer, currentRenderer, oldIndex, newIndex, _containerArea);