2 writes to _height
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\ShapeRenderer.cs (2)
47 _height = Element.Height; 61 _height = Element.Height;
1 reference to _height
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
106 Control.ShapeLayer.UpdateSize(new CGSize(new nfloat(_width), new nfloat(_height)));