2 writes to _formatted
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\LabelRenderer.cs (2)
461 _formatted = Element.FormattedText; 463 _formatted = Element.Text;
3 references to _formatted
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\LabelRenderer.cs (3)
36 bool IsTextFormatted => _formatted != null; 462 if (_formatted == null && Element.LineHeight >= 0) 485 Control.AttributedText = _formatted.ToNSAttributedString(Element.RequireFontManager());