2 instantiations of WindowsHyperlink
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
65return new WindowsHyperlink(hwnd, null, idChild); 73ProxySimple wtv = new WindowsHyperlink(hwnd, null, idChild);
1 reference to WindowsHyperlink
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\Main.cs (1)
52new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsHyperlink.Create), "SysLink"),