8 references to GetWindowThreadProcessId
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\Misc.cs (4)
345uint threadId = GetWindowThreadProcessId(hwnd, out processId); 1833uint threadId = GetWindowThreadProcessId(hwnd, out processId); 1866GetWindowThreadProcessId(hwnd, out idProcessUs); 1868GetWindowThreadProcessId(hwndShell, out idProcessShell);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
926Misc.GetWindowThreadProcessId(_hwnd, out pid);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
221Misc.GetWindowThreadProcessId(_hwnd, out pid);
MS\Internal\AutomationProxies\SafeProcessHandle.cs (1)
29Misc.GetWindowThreadProcessId(hwnd, out processId);
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
370if (Misc.GetWindowThreadProcessId(hwnd, out processId) == 0)