3 references to TextProperty
Microsoft.Maui.Controls (3)
ToolTipProperties.cs (3)
19
return (object)bindable.GetValue(
TextProperty
);
24
bindable.SetValue(
TextProperty
, value);
29
if (!bindable.IsSet(
TextProperty
))