6 references to HostProviderFromHandle
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
133return AutomationInteropProvider.HostProviderFromHandle(hwndWrapper.Handle);
MS\Internal\Automation\InteropAutomationProvider.cs (1)
49return AutomationInteropProvider.HostProviderFromHandle(_wrapper.Handle);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
513return IsRoot ? AutomationInteropProvider.HostProviderFromHandle(_hwnd) : null;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
222return AutomationInteropProvider.HostProviderFromHandle(_controlLabel);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
170return AutomationInteropProvider.HostProviderFromHandle(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2874return AutomationInteropProvider.HostProviderFromHandle(_hwndParent);