2 references to ToolTip
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1738
case AutomationControlType.
ToolTip
: controlType = ControlType.ToolTip; break;
PresentationFramework (1)
System\Windows\Automation\Peers\ToolTipAutomationPeer.cs (1)
30
return AutomationControlType.
ToolTip
;