29 references to DragDropHelper
PresentationCore (1)
GlobalUsings.cs (1)
11
global using DragDropHelper = System.Private.Windows.Ole.
DragDropHelper
<
System.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (3)
53
if (
DragDropHelper
<TOleServices, TDataFormat>.IsInDragLoop(_dataObject))
215
if (
DragDropHelper
<TOleServices, TDataFormat>.IsInDragLoopFormat(*pformatetc)
216
||
DragDropHelper
<TOleServices, TDataFormat>.IsInDragLoop(_dataObject))
System.Windows.Forms (25)
GlobalUsings.cs (1)
26
global using DragDropHelper = System.Private.Windows.Ole.
DragDropHelper
<
System\Windows\Forms\Control.cs (2)
4972
if (
DragDropHelper
.IsInDragLoop(dataObject))
4974
DragDropHelper
.SetInDragLoop(dataObject, inDragLoop: false);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (6)
165
DragDropHelper
.DragEnter(_owner.HWND, e);
175
DragDropHelper
.ClearDropDescription(_lastDataObject);
176
DragDropHelper
.Drop(e);
177
DragDropHelper
.DragLeave();
264
DragDropHelper
.DragOver(e);
297
DragDropHelper
.SetDropDescription(_lastDragEventArgs);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropTargetManager.cs (4)
202
DragDropHelper
.ClearDropDescription(((IDragEvent)e).DataObject);
203
DragDropHelper
.DragLeave();
226
DragDropHelper
.SetDropDescription(dragEnterArgs);
227
DragDropHelper
.DragEnter(toolStrip.HWND, dragEnterArgs);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2207
if (
DragDropHelper
.IsInDragLoop(dataObject))
2209
DragDropHelper
.SetInDragLoop(dataObject, inDragLoop: false);
System\Windows\Forms\OLE\DropSource.cs (4)
28
DragDropHelper
.SetDragImage(_dataObject, _lastGiveFeedbackEventArgs);
91
DragDropHelper
.SetDragImage(_dataObject, e);
95
DragDropHelper
.DragEnter(lastHwndTarget, dataObject, ref point, (DROPEFFECT)e.Effect);
111
DragDropHelper
.DragLeave();
System\Windows\Forms\OLE\DropTarget.cs (6)
40
DragDropHelper
.ClearDropDescription(_lastDataObject);
124
DragDropHelper
.DragEnter(_hwndTarget, dragEvent);
151
DragDropHelper
.DragOver(dragEvent);
167
DragDropHelper
.DragLeave();
227
DragDropHelper
.Drop(dragEvent);
313
DragDropHelper
.SetDropDescription(_lastDragEventArgs);