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