1 write to _contentWrapperTopConstraint
Microsoft.Maui (1)
Platform\iOS\WindowViewController.cs (1)
55
_contentWrapperTopConstraint
= _contentWrapperView.TopAnchor.ConstraintEqualTo(View.TopAnchor, 0);
7 references to _contentWrapperTopConstraint
Microsoft.Maui (6)
Platform\iOS\WindowViewController.cs (6)
61
_contentWrapperTopConstraint
,
89
var frame = new CGRect(0, 0, View!.Bounds.Width, View!.Bounds.Height - (
_contentWrapperTopConstraint
?.Constant ?? 0));
156
if (
_contentWrapperTopConstraint
is null || View is null)
161
var current =
_contentWrapperTopConstraint
.Constant;
173
_contentWrapperTopConstraint
.Constant = titleBarHeight;
180
if (
_contentWrapperTopConstraint
is null || View is null)
Microsoft.Maui.Controls (1)
Compatibility\Handlers\iOS\MauiNavigationBar.cs (1)
67
var titleBarHeight = controller.
_contentWrapperTopConstraint
?.Constant ?? 0;