8 references to GetWindowThreadProcessId
System.Windows.Forms (6)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
428PInvokeCore.GetWindowThreadProcessId(PInvoke.GetActiveWindow(), out uint pid);
System\Windows\Forms\Application.ParkingWindow.cs (1)
73uint id = PInvokeCore.GetWindowThreadProcessId(HWNDInternal, out _);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (1)
171PInvokeCore.GetWindowThreadProcessId(hwnd, out uint pid);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
246PInvokeCore.GetWindowThreadProcessId(_handle, out _) != PInvokeCore.GetCurrentThreadId();
System\Windows\Forms\NativeWindow.cs (1)
107uint id = PInvokeCore.GetWindowThreadProcessId(handle, out _);
System\Windows\Forms\Timer.cs (1)
241return PInvokeCore.GetWindowThreadProcessId(hwnd, out _) != PInvokeCore.GetCurrentThreadId();
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.MouseHook.cs (1)
168PInvokeCore.GetWindowThreadProcessId(hwnd, out uint pid);
System\Windows\Forms\Design\ControlDesigner.cs (1)
2446PInvokeCore.GetWindowThreadProcessId(hwnd, out uint pid);