8 references to GetWindowThreadProcessId
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\Misc.cs (4)
356uint threadId = GetWindowThreadProcessId(hwnd, out processId); 1846uint threadId = GetWindowThreadProcessId(hwnd, out processId); 1879GetWindowThreadProcessId(hwnd, out idProcessUs); 1881GetWindowThreadProcessId(hwndShell, out idProcessShell);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
948Misc.GetWindowThreadProcessId(_hwnd, out pid);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
232Misc.GetWindowThreadProcessId(_hwnd, out pid);
MS\Internal\AutomationProxies\SafeProcessHandle.cs (1)
42Misc.GetWindowThreadProcessId(hwnd, out processId);
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
379if (Misc.GetWindowThreadProcessId(hwnd, out processId) == 0)