3 references to ToolTipProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\TizenSpecific\VisualElement.cs (2)
507 return (string)element.GetValue(ToolTipProperty); 517 element.SetValue(ToolTipProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
58 RegisterPropertyHandler(Specific.ToolTipProperty, UpdateToolTip);