2 writes to _lastMeasureWidth
Microsoft.Maui (2)
Platform\iOS\WrapperView.cs (2)
55 _lastMeasureWidth = widthConstraint; 236 _lastMeasureWidth = double.NaN;
1 reference to _lastMeasureWidth
Microsoft.Maui (1)
Platform\iOS\WrapperView.cs (1)
50 return heightConstraint == _lastMeasureHeight && widthConstraint == _lastMeasureWidth;