2 references to OnFormattedTextChanging
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
61
formattedString.PropertyChanging -= label.
OnFormattedTextChanging
;
74
formattedString.PropertyChanging += label.
OnFormattedTextChanging
;