2 writes to Width
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ImageAnimationHelper.cs (2)
36
Width
= 0;
68
Width
= Math.Max(Width, (int)image.Width);
2 references to Width
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ImageAnimationHelper.cs (2)
68
Width = Math.Max(
Width
, (int)image.Width);
174
animation.Width = imageData.
Width
;