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