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