1 write to _contentWrapperView
Microsoft.Maui (1)
Platform\iOS\WindowViewController.cs (1)
49 _contentWrapperView = new UIView
9 references to _contentWrapperView
Microsoft.Maui (9)
Platform\iOS\WindowViewController.cs (9)
53 View.AddSubview(_contentWrapperView); 54 _contentWrapperView.AddSubview(contentViewController.View); 55 _contentWrapperTopConstraint = _contentWrapperView.TopAnchor.ConstraintEqualTo(View.TopAnchor, 0); 59 _contentWrapperView.LeadingAnchor.ConstraintEqualTo(View.LeadingAnchor), 60 _contentWrapperView.TrailingAnchor.ConstraintEqualTo(View.TrailingAnchor), 62 _contentWrapperView.BottomAnchor.ConstraintEqualTo(View.BottomAnchor) 91 if (_contentWrapperView is not null && _contentWrapperView.Subviews[0].Frame != frame) 93 _contentWrapperView.Subviews[0].Frame = frame;