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