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