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