9 references to GetWindowThreadProcessId
System.Private.Windows.Core (6)
_generated\201\Windows.Win32.PInvokeCore.USER32.dll.g.cs (4)
728 /// <inheritdoc cref="GetWindowThreadProcessId(winmdroot.Foundation.HWND, uint*)"/> 735 uint __result = PInvokeCore.GetWindowThreadProcessId(hWnd, lpdwProcessIdLocal); 740 /// <inheritdoc cref="GetWindowThreadProcessId(winmdroot.Foundation.HWND, uint*)"/> 744 uint __result = PInvokeCore.GetWindowThreadProcessId(hWnd, default(uint* ));
Windows\Win32\PInvokeCore.GetWindowThreadProcessId.cs (2)
8/// <inheritdoc cref="GetWindowThreadProcessId(HWND, uint*)"/> 13uint result = GetWindowThreadProcessId(hWnd.Handle, &processId);
System.Windows.Forms (3)
System\Windows\Forms\Application.cs (2)
736PInvokeCore.GetWindowThreadProcessId(hwnd, &processId); 1169ThreadContext? threadContext = ThreadContext.FromId(PInvokeCore.GetWindowThreadProcessId(handle.Handle, null));
System\Windows\Forms\OLE\DropSource.cs (1)
103_lastHwndTargetThreadId = PInvokeCore.GetWindowThreadProcessId(hwndTarget, lpdwProcessId: null);