2 references to ToolTipProperties
Microsoft.Maui.Controls (2)
Element\Element.cs (1)
1064 ToolTip IToolTipElement.ToolTip => ToolTipProperties.GetToolTip(this);
ToolTipProperties.cs (1)
9 BindableProperty.CreateAttached("Text", typeof(string), typeof(ToolTipProperties), defaultValue: null, propertyChanged: OnToolTipPropertyChanged);