2 writes to _lastHwndTargetThreadId
System.Windows.Forms (2)
System\Windows\Forms\OLE\DropSource.cs (2)
103_lastHwndTargetThreadId = PInvoke.GetWindowThreadProcessId(hwndTarget, lpdwProcessId: null); 115_lastHwndTargetThreadId = default;
1 reference to _lastHwndTargetThreadId
System.Windows.Forms (1)
System\Windows\Forms\OLE\DropSource.cs (1)
119private bool IsDropTargetWindowInCurrentThread() => _lastHwndTargetThreadId == PInvokeCore.GetCurrentThreadId();