2 references to Hyperlink
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1709
case AutomationControlType.
Hyperlink
: controlType = ControlType.Hyperlink; break;
PresentationFramework (1)
System\Windows\Automation\Peers\HyperlinkAutomationPeer.cs (1)
42
return AutomationControlType.
Hyperlink
;