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