1 instantiation of ToolTip
Microsoft.Maui.Controls (1)
ToolTipProperties.cs (1)
32 return new ToolTip()
4 references to ToolTip
Microsoft.Maui (1)
Core\IToolTipElement.cs (1)
12 ToolTip? ToolTip { get; }
Microsoft.Maui.Controls (3)
Element\Element.cs (1)
1064 ToolTip IToolTipElement.ToolTip => ToolTipProperties.GetToolTip(this);
PlatformConfiguration\TizenSpecific\VisualElement.cs (1)
44 /// <summary>Bindable property for <see cref="ToolTip"/>.</summary>
ToolTipProperties.cs (1)
27 internal static ToolTip? GetToolTip(BindableObject bindable)