3 references to ToolTip
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1727
case AutomationControlType.ToolTip: controlType = ControlType.
ToolTip
; break;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1279
new RoleCtrlType(AccessibleRole.Tooltip, ControlType.
ToolTip
),
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
31
_cControlType = ControlType.
ToolTip
;