1 implementation of ToolTip
Microsoft.Maui.Controls (1)
Element\Element.cs (1)
1064 ToolTip IToolTipElement.ToolTip => ToolTipProperties.GetToolTip(this);
3 references to ToolTip
Microsoft.Maui (2)
Handlers\View\ViewHandler.cs (2)
67 [nameof(IToolTipElement.ToolTip)] = MapToolTip, 527 /// Maps the abstract <see cref="IToolTipElement.ToolTip"/> property to the platform-specific implementations.
Microsoft.Maui.Controls (1)
ToolTipProperties.cs (1)
14 element?.Handler?.UpdateValue(nameof(IToolTipElement.ToolTip));