2 references to GetWindowThreadProcessId
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
717uint threadId = UnsafeNativeMethods.GetWindowThreadProcessId(hwnd, out processId);
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
234if (UnsafeNativeMethods.GetWindowThreadProcessId(hwnd, out processId) != 0)