2 writes to Height
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (1)
421 HeaderView.Height = value;
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
571 Height = newSuper.Bounds.Height;
6 references to Height
Microsoft.Maui.Controls (6)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (1)
419 HeaderView.Height != value)
Compatibility\Handlers\Shell\iOS\UIContainerView.cs (5)
55 if (MatchHeight && Height != null) 56 return Height.Value; 90 if (Height != null && MatchHeight) 92 MeasuredHeight = Height.Value; 119 var height = Height ?? MeasuredHeight;