6 references to IsInDragLoop
System.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (2)
53if (DragDropHelper<TOleServices, TDataFormat>.IsInDragLoop(_dataObject)) 216|| DragDropHelper<TOleServices, TDataFormat>.IsInDragLoop(_dataObject))
System\Private\Windows\Ole\DragDropHelper.cs (2)
272if (!IsInDragLoop(dataObject)) 395if (!IsInDragLoop(dataObject))
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
4972if (DragDropHelper.IsInDragLoop(dataObject))
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2207if (DragDropHelper.IsInDragLoop(dataObject))