8 references to GetWindowThreadProcessId
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\Misc.cs (4)
347uint threadId = GetWindowThreadProcessId(hwnd, out processId); 1835uint threadId = GetWindowThreadProcessId(hwnd, out processId); 1868GetWindowThreadProcessId(hwnd, out idProcessUs); 1870GetWindowThreadProcessId(hwndShell, out idProcessShell);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
928Misc.GetWindowThreadProcessId(_hwnd, out pid);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
225Misc.GetWindowThreadProcessId(_hwnd, out pid);
MS\Internal\AutomationProxies\SafeProcessHandle.cs (1)
33Misc.GetWindowThreadProcessId(hwnd, out processId);
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
372if (Misc.GetWindowThreadProcessId(hwnd, out processId) == 0)