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)
119
private bool IsDropTargetWindowInCurrentThread() =>
_lastHwndTargetThreadId
== PInvokeCore.GetCurrentThreadId();