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)
517return IsRoot ? AutomationInteropProvider.HostProviderFromHandle(_hwnd) : null;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
229return AutomationInteropProvider.HostProviderFromHandle(_controlLabel);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
175return AutomationInteropProvider.HostProviderFromHandle(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2880return AutomationInteropProvider.HostProviderFromHandle(_hwndParent);