1 write to _lastMeasureHeight
Microsoft.Maui (1)
Platform\iOS\WrapperView.cs (1)
57 _lastMeasureHeight = heightConstraint;
1 reference to _lastMeasureHeight
Microsoft.Maui (1)
Platform\iOS\WrapperView.cs (1)
51 return heightConstraint == _lastMeasureHeight && widthConstraint == _lastMeasureWidth;