8 references to GetWindowThreadProcessId
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\Misc.cs (4)
340uint threadId = GetWindowThreadProcessId(hwnd, out processId); 1813uint threadId = GetWindowThreadProcessId(hwnd, out processId); 1846GetWindowThreadProcessId(hwnd, out idProcessUs); 1848GetWindowThreadProcessId(hwndShell, out idProcessShell);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
923Misc.GetWindowThreadProcessId(_hwnd, out pid);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
217Misc.GetWindowThreadProcessId(_hwnd, out pid);
MS\Internal\AutomationProxies\SafeProcessHandle.cs (1)
29Misc.GetWindowThreadProcessId(hwnd, out processId);
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
366if (Misc.GetWindowThreadProcessId(hwnd, out processId) == 0)