6 references to Hyperlink
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1710
case AutomationControlType.Hyperlink: controlType = ControlType.
Hyperlink
; break;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1253
new RoleCtrlType(AccessibleRole.Link, ControlType.
Hyperlink
),
1305
new CtrlTypePatterns(ControlType.
Hyperlink
, InvokePattern.Pattern),
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
29
_cControlType = ControlType.
Hyperlink
;
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
31
_cControlType = ControlType.
Hyperlink
;
358
_cControlType = ControlType.
Hyperlink
;