2 writes to Height
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ImageAnimationHelper.cs (2)
37
Height
= 0;
69
Height
= Math.Max(Height, (int)image.Height);
2 references to Height
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ImageAnimationHelper.cs (2)
69
Height = Math.Max(
Height
, (int)image.Height);
175
animation.Height = imageData.
Height
;