5 references to ToSizeF
Microsoft.Maui.Controls.Compatibility (5)
iOS\CollectionView\TemplatedCell.cs (1)
27 internal CGSize CurrentSize => _size.ToSizeF();
iOS\Renderers\LabelRenderer.cs (2)
116 fitSize = Control.SizeThatFits(Element.Bounds.Size.ToSizeF()); 132 fitSize = Control.SizeThatFits(Element.Bounds.Size.ToSizeF());
iOS\Renderers\ScrollViewRenderer.cs (1)
334 return ((ScrollView)Element).ContentSize.ToSizeF();
iOS\ShadowEffect.cs (1)
47 layer.ShadowOffset = PlatformElement.GetShadowOffset(Element).ToSizeF();