1 instantiation of FormsLabel
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\LabelRenderer.cs (1)
246
return Element.Padding.IsEmpty ? new NativeLabel(RectangleF.Empty) : new
FormsLabel
(RectangleF.Empty);
2 references to FormsLabel
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\LabelRenderer.cs (2)
678
var
formsLabel = Control as
FormsLabel
;