9 references to GetWindowThreadProcessId
System.Private.Windows.Core (6)
_generated\206\Windows.Win32.PInvokeCore.USER32.dll.g.cs (4)
744 /// <inheritdoc cref="GetWindowThreadProcessId(winmdroot.Foundation.HWND, uint*)"/> 751 uint __result = PInvokeCore.GetWindowThreadProcessId(hWnd, lpdwProcessIdLocal); 756 /// <inheritdoc cref="GetWindowThreadProcessId(winmdroot.Foundation.HWND, uint*)"/> 760 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)
890PInvokeCore.GetWindowThreadProcessId(hwnd, &processId); 1323ThreadContext? threadContext = ThreadContext.FromId(PInvokeCore.GetWindowThreadProcessId(handle.Handle, null));
System\Windows\Forms\OLE\DropSource.cs (1)
103_lastHwndTargetThreadId = PInvokeCore.GetWindowThreadProcessId(hwndTarget, lpdwProcessId: null);