6 references to HostProviderFromHandle
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
134
return AutomationInteropProvider.
HostProviderFromHandle
(hwndWrapper.Handle);
MS\Internal\Automation\InteropAutomationProvider.cs (1)
50
return AutomationInteropProvider.
HostProviderFromHandle
(_wrapper.Handle);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
517
return IsRoot ? AutomationInteropProvider.
HostProviderFromHandle
(_hwnd) : null;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
229
return AutomationInteropProvider.
HostProviderFromHandle
(_controlLabel);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
175
return AutomationInteropProvider.
HostProviderFromHandle
(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2880
return AutomationInteropProvider.
HostProviderFromHandle
(_hwndParent);