3 references to FormattedTextProperty
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
133 get { return (FormattedString)GetValue(FormattedTextProperty); } 134 set { SetValue(FormattedTextProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LabelRenderer.cs (1)
20 RegisterPropertyHandler(Label.FormattedTextProperty, UpdateFormattedText);