2 references to IsDropTargetWindowInCurrentThread
System.Windows.Forms (2)
System\Windows\Forms\OLE\DropSource.cs (2)
71
if (
IsDropTargetWindowInCurrentThread
() && gfbEvent.DragImage is not null && !gfbEvent.Equals(_lastGiveFeedbackEventArgs))
109
if (
IsDropTargetWindowInCurrentThread
() && _lastGiveFeedbackEventArgs?.DragImage is not null)