1 write to _perfectSize
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\LabelRenderer.cs (1)
62
_perfectSize
= base.GetDesiredSize(double.PositiveInfinity, double.PositiveInfinity);
6 references to _perfectSize
Microsoft.Maui.Controls.Compatibility (6)
iOS\Renderers\LabelRenderer.cs (6)
63
_perfectSize
.Minimum = new Size(Math.Min(10,
_perfectSize
.Request.Width),
_perfectSize
.Request.Height);
67
var widthFits = widthConstraint >=
_perfectSize
.Request.Width;
68
var heightFits = heightConstraint >=
_perfectSize
.Request.Height;
71
return
_perfectSize
;