2 references to ToolTip
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1644
case AutomationControlType.
ToolTip
: controlType = ControlType.ToolTip; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ToolTipAutomationPeer.cs (1)
26
return AutomationControlType.
ToolTip
;