128 references to DROPEFFECT
System.Private.Windows.Core (76)
System\Private\Windows\Ole\DragDropHelper.cs (3)
59
public static void DragEnter(HWND targetWindowHandle, IComVisibleDataObject dataObject, ref Point point,
DROPEFFECT
effect)
98
dropTargetHelper.Value->DragOver(&point, (
DROPEFFECT
)(uint)e.Effect);
115
dropTargetHelper.Value->Drop(dataObjectScope, in point, (
DROPEFFECT
)(uint)e.Effect);
System\Private\Windows\Ole\IDragEvent.cs (1)
24
DROPEFFECT
Effect { get; }
Windows.Win32.IDropSource.g.cs (5)
91
private static winmdroot.Foundation.HRESULT GiveFeedback(IDropSource* pThis, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
119
public winmdroot.Foundation.HRESULT GiveFeedback(winmdroot.System.Ole.
DROPEFFECT
dwEffect)
121
return ((delegate *unmanaged [Stdcall]<IDropSource*,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IDropSource*)Unsafe.AsPointer(ref this), dwEffect);
153
internal delegate *unmanaged [Stdcall]<IDropSource*,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT> GiveFeedback_5;
184
winmdroot.Foundation.HRESULT GiveFeedback(winmdroot.System.Ole.
DROPEFFECT
dwEffect);
Windows.Win32.IDropTarget.g.cs (24)
55
/// <inheritdoc cref="DragEnter(winmdroot.System.Com.IDataObject*, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.Foundation.POINTL, winmdroot.System.Ole.
DROPEFFECT
*)"/>
56
internal unsafe winmdroot.Foundation.HRESULT DragEnter(winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, ref winmdroot.System.Ole.
DROPEFFECT
pdwEffect)
58
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
68
private static winmdroot.Foundation.HRESULT DragEnter(IDropTarget* pThis, winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
99
public unsafe winmdroot.Foundation.HRESULT DragEnter(winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
101
return ((delegate *unmanaged [Stdcall]<IDropTarget*,winmdroot.System.Com.IDataObject* ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.POINTL ,winmdroot.System.Ole.
DROPEFFECT
* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IDropTarget*)Unsafe.AsPointer(ref this), pDataObj, grfKeyState, pt, pdwEffect);
104
/// <inheritdoc cref="DragOver(winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.Foundation.POINTL, winmdroot.System.Ole.
DROPEFFECT
*)"/>
105
internal unsafe winmdroot.Foundation.HRESULT DragOver(winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, ref winmdroot.System.Ole.
DROPEFFECT
pdwEffect)
107
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
117
private static winmdroot.Foundation.HRESULT DragOver(IDropTarget* pThis, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
147
public unsafe winmdroot.Foundation.HRESULT DragOver(winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
149
return ((delegate *unmanaged [Stdcall]<IDropTarget*,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.POINTL ,winmdroot.System.Ole.
DROPEFFECT
* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IDropTarget*)Unsafe.AsPointer(ref this), grfKeyState, pt, pdwEffect);
187
/// <inheritdoc cref="Drop(winmdroot.System.Com.IDataObject*, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.Foundation.POINTL, winmdroot.System.Ole.
DROPEFFECT
*)"/>
188
internal unsafe winmdroot.Foundation.HRESULT Drop(winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, ref winmdroot.System.Ole.
DROPEFFECT
pdwEffect)
190
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
200
private static winmdroot.Foundation.HRESULT Drop(IDropTarget* pThis, winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
231
public unsafe winmdroot.Foundation.HRESULT Drop(winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
233
return ((delegate *unmanaged [Stdcall]<IDropTarget*,winmdroot.System.Com.IDataObject* ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.POINTL ,winmdroot.System.Ole.
DROPEFFECT
* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IDropTarget*)Unsafe.AsPointer(ref this), pDataObj, grfKeyState, pt, pdwEffect);
263
internal delegate *unmanaged [Stdcall]<IDropTarget*,winmdroot.System.Com.IDataObject* ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.POINTL ,winmdroot.System.Ole.
DROPEFFECT
* ,winmdroot.Foundation.HRESULT> DragEnter_4;
265
internal delegate *unmanaged [Stdcall]<IDropTarget*,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.POINTL ,winmdroot.System.Ole.
DROPEFFECT
* ,winmdroot.Foundation.HRESULT> DragOver_5;
269
internal delegate *unmanaged [Stdcall]<IDropTarget*,winmdroot.System.Com.IDataObject* ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.POINTL ,winmdroot.System.Ole.
DROPEFFECT
* ,winmdroot.Foundation.HRESULT> Drop_7;
299
unsafe winmdroot.Foundation.HRESULT DragEnter(winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect);
302
unsafe winmdroot.Foundation.HRESULT DragOver(winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect);
308
unsafe winmdroot.Foundation.HRESULT Drop(winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect);
Windows.Win32.IDropTargetHelper.g.cs (21)
55
/// <inheritdoc cref="DragEnter(winmdroot.Foundation.HWND, winmdroot.System.Com.IDataObject*, global::System.Drawing.Point*, winmdroot.System.Ole.
DROPEFFECT
)"/>
56
internal unsafe winmdroot.Foundation.HRESULT DragEnter(winmdroot.Foundation.HWND hwndTarget, winmdroot.System.Com.IDataObject* pDataObject, in global::System.Drawing.Point ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
68
private static winmdroot.Foundation.HRESULT DragEnter(IDropTargetHelper* pThis, winmdroot.Foundation.HWND hwndTarget, winmdroot.System.Com.IDataObject* pDataObject, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
106
public unsafe winmdroot.Foundation.HRESULT DragEnter(winmdroot.Foundation.HWND hwndTarget, winmdroot.System.Com.IDataObject* pDataObject, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
108
return ((delegate *unmanaged [Stdcall]<IDropTargetHelper*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IDataObject* ,global::System.Drawing.Point* ,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IDropTargetHelper*)Unsafe.AsPointer(ref this), hwndTarget, pDataObject, ppt, dwEffect);
141
/// <inheritdoc cref="DragOver(global::System.Drawing.Point*, winmdroot.System.Ole.
DROPEFFECT
)"/>
142
internal unsafe winmdroot.Foundation.HRESULT DragOver(in global::System.Drawing.Point ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
154
private static winmdroot.Foundation.HRESULT DragOver(IDropTargetHelper* pThis, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
184
public unsafe winmdroot.Foundation.HRESULT DragOver(global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
186
return ((delegate *unmanaged [Stdcall]<IDropTargetHelper*,global::System.Drawing.Point* ,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IDropTargetHelper*)Unsafe.AsPointer(ref this), ppt, dwEffect);
189
/// <inheritdoc cref="Drop(winmdroot.System.Com.IDataObject*, global::System.Drawing.Point*, winmdroot.System.Ole.
DROPEFFECT
)"/>
190
internal unsafe winmdroot.Foundation.HRESULT Drop(winmdroot.System.Com.IDataObject* pDataObject, in global::System.Drawing.Point ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
202
private static winmdroot.Foundation.HRESULT Drop(IDropTargetHelper* pThis, winmdroot.System.Com.IDataObject* pDataObject, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
236
public unsafe winmdroot.Foundation.HRESULT Drop(winmdroot.System.Com.IDataObject* pDataObject, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
238
return ((delegate *unmanaged [Stdcall]<IDropTargetHelper*,winmdroot.System.Com.IDataObject* ,global::System.Drawing.Point* ,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IDropTargetHelper*)Unsafe.AsPointer(ref this), pDataObject, ppt, dwEffect);
302
internal delegate *unmanaged [Stdcall]<IDropTargetHelper*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IDataObject* ,global::System.Drawing.Point* ,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT> DragEnter_4;
306
internal delegate *unmanaged [Stdcall]<IDropTargetHelper*,global::System.Drawing.Point* ,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT> DragOver_6;
308
internal delegate *unmanaged [Stdcall]<IDropTargetHelper*,winmdroot.System.Com.IDataObject* ,global::System.Drawing.Point* ,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT> Drop_7;
341
unsafe winmdroot.Foundation.HRESULT DragEnter(winmdroot.Foundation.HWND hwndTarget, winmdroot.System.Com.IDataObject* pDataObject, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect);
347
unsafe winmdroot.Foundation.HRESULT DragOver(global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect);
350
unsafe winmdroot.Foundation.HRESULT Drop(winmdroot.System.Com.IDataObject* pDataObject, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect);
Windows.Win32.PInvokeCore.OLE32.dll.g.cs (7)
73
/// <inheritdoc cref="DoDragDrop(winmdroot.System.Com.IDataObject*, winmdroot.System.Ole.IDropSource*, winmdroot.System.Ole.
DROPEFFECT
, winmdroot.System.Ole.
DROPEFFECT
*)"/>
75
internal static unsafe winmdroot.Foundation.HRESULT DoDragDrop(winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.Ole.IDropSource* pDropSource, winmdroot.System.Ole.
DROPEFFECT
dwOKEffects, out winmdroot.System.Ole.
DROPEFFECT
pdwEffect)
77
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
101
internal static extern unsafe winmdroot.Foundation.HRESULT DoDragDrop(winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.Ole.IDropSource* pDropSource, winmdroot.System.Ole.
DROPEFFECT
dwOKEffects, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect);
Windows.Win32.System_Ole_IDropTarget_Extensions.g.cs (9)
23
/// <inheritdoc cref="winmdroot.System.Ole.IDropTarget.Interface.DragEnter(winmdroot.System.Com.IDataObject*, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.Foundation.POINTL, winmdroot.System.Ole.
DROPEFFECT
*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT DragEnter(this winmdroot.System.Ole.IDropTarget.Interface @this, winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, ref winmdroot.System.Ole.
DROPEFFECT
pdwEffect)
26
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
33
/// <inheritdoc cref="winmdroot.System.Ole.IDropTarget.Interface.DragOver(winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.Foundation.POINTL, winmdroot.System.Ole.
DROPEFFECT
*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT DragOver(this winmdroot.System.Ole.IDropTarget.Interface @this, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, ref winmdroot.System.Ole.
DROPEFFECT
pdwEffect)
36
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
43
/// <inheritdoc cref="winmdroot.System.Ole.IDropTarget.Interface.Drop(winmdroot.System.Com.IDataObject*, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.Foundation.POINTL, winmdroot.System.Ole.
DROPEFFECT
*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT Drop(this winmdroot.System.Ole.IDropTarget.Interface @this, winmdroot.System.Com.IDataObject* pDataObj, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, ref winmdroot.System.Ole.
DROPEFFECT
pdwEffect)
46
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
Windows.Win32.UI_Shell_IDropTargetHelper_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.UI.Shell.IDropTargetHelper.Interface.DragEnter(winmdroot.Foundation.HWND, winmdroot.System.Com.IDataObject*, global::System.Drawing.Point*, winmdroot.System.Ole.
DROPEFFECT
)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT DragEnter(this winmdroot.UI.Shell.IDropTargetHelper.Interface @this, winmdroot.Foundation.HWND hwndTarget, winmdroot.System.Com.IDataObject* pDataObject, in global::System.Drawing.Point ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
33
/// <inheritdoc cref="winmdroot.UI.Shell.IDropTargetHelper.Interface.DragOver(global::System.Drawing.Point*, winmdroot.System.Ole.
DROPEFFECT
)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT DragOver(this winmdroot.UI.Shell.IDropTargetHelper.Interface @this, in global::System.Drawing.Point ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
43
/// <inheritdoc cref="winmdroot.UI.Shell.IDropTargetHelper.Interface.Drop(winmdroot.System.Com.IDataObject*, global::System.Drawing.Point*, winmdroot.System.Ole.
DROPEFFECT
)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT Drop(this winmdroot.UI.Shell.IDropTargetHelper.Interface @this, winmdroot.System.Com.IDataObject* pDataObject, in global::System.Drawing.Point ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
System.Windows.Forms (35)
System\Windows\Forms\Control.cs (2)
4965
DROPEFFECT
finalEffect;
4972
if (PInvokeCore.DoDragDrop(dataScope, dropSource, (
DROPEFFECT
)(uint)allowedEffects, out finalEffect).Failed)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.OleCallback.cs (3)
192
public HRESULT GetDragDropEffect(BOOL fDrag, MODIFIERKEYS_FLAGS grfKeyState,
DROPEFFECT
* pdwEffect)
201
*pdwEffect =
DROPEFFECT
.DROPEFFECT_NONE;
269
*pdwEffect = (
DROPEFFECT
)_lastEffect;
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2194
DROPEFFECT
finalEffect;
2200
if (PInvokeCore.DoDragDrop(dataObjectScope, dropSource, (
DROPEFFECT
)(uint)allowedEffects, out finalEffect).Failed)
System\Windows\Forms\OLE\DragDropEffects.cs (5)
14
None = (int)
DROPEFFECT
.DROPEFFECT_NONE,
19
Copy = (int)
DROPEFFECT
.DROPEFFECT_COPY,
24
Move = (int)
DROPEFFECT
.DROPEFFECT_MOVE,
29
Link = (int)
DROPEFFECT
.DROPEFFECT_LINK,
34
Scroll = unchecked((int)
DROPEFFECT
.DROPEFFECT_SCROLL),
System\Windows\Forms\OLE\DragEventArgs.cs (2)
84
DROPEFFECT
IDragEvent.Effect => (
DROPEFFECT
)Effect;
System\Windows\Forms\OLE\DropSource.cs (2)
58
public HRESULT GiveFeedback(
DROPEFFECT
dwEffect)
95
DragDropHelper.DragEnter(lastHwndTarget, dataObject, ref point, (
DROPEFFECT
)e.Effect);
System\Windows\Forms\OLE\DropTarget.cs (19)
8
using DROPEFFECT = Windows.Win32.System.Ole.
DROPEFFECT
;
72
private DragEventArgs? CreateDragEventArgs(Com.IDataObject* pDataObj, MODIFIERKEYS_FLAGS grfKeyState, POINTL pt,
DROPEFFECT
pdwEffect)
106
HRESULT OleIDropTarget.Interface.DragEnter(Com.IDataObject* pDataObj, MODIFIERKEYS_FLAGS grfKeyState, POINTL pt,
DROPEFFECT
* pdwEffect)
118
*pdwEffect = (
DROPEFFECT
)dragEvent.Effect;
129
*pdwEffect =
DROPEFFECT
.DROPEFFECT_NONE;
135
HRESULT OleIDropTarget.Interface.DragOver(MODIFIERKEYS_FLAGS grfKeyState, POINTL pt,
DROPEFFECT
* pdwEffect)
145
*pdwEffect = (
DROPEFFECT
)dragEvent.Effect;
156
*pdwEffect =
DROPEFFECT
.DROPEFFECT_NONE;
175
HRESULT OleIDropTarget.Interface.Drop(Com.IDataObject* pDataObj, MODIFIERKEYS_FLAGS grfKeyState, POINTL pt,
DROPEFFECT
* pdwEffect)
230
*pdwEffect =
DROPEFFECT
.DROPEFFECT_NONE;
242
result = asyncCapability->EndOperation(HRESULT.E_UNEXPECTED, null, (uint)
DROPEFFECT
.DROPEFFECT_NONE);
250
private HRESULT HandleOnDragDrop(DragEventArgs e, IDataObjectAsyncCapability* asyncCapability,
DROPEFFECT
* pdwEffect)
260
DROPEFFECT
effect =
DROPEFFECT
.DROPEFFECT_NONE;
265
effect = (
DROPEFFECT
)e.Effect;
276
*pdwEffect =
DROPEFFECT
.DROPEFFECT_NONE;
283
DROPEFFECT
effect =
DROPEFFECT
.DROPEFFECT_NONE;
288
*pdwEffect = effect = (
DROPEFFECT
)e.Effect;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (2)
130
public unsafe HRESULT GetDragDropEffect(BOOL fDrag, MODIFIERKEYS_FLAGS grfKeyState,
DROPEFFECT
* pdwEffect)
137
*pdwEffect =
DROPEFFECT
.DROPEFFECT_NONE;
System.Windows.Forms.Primitives (11)
Windows.Win32.IRichEditOleCallback.g.cs (8)
428
/// <inheritdoc cref="GetDragDropEffect(winmdroot.Foundation.BOOL, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.System.Ole.
DROPEFFECT
*)"/>
429
internal unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, ref winmdroot.System.Ole.
DROPEFFECT
pdwEffect)
431
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
441
private static winmdroot.Foundation.HRESULT GetDragDropEffect(IRichEditOleCallback* pThis, winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
477
public unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
479
return ((delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.System.Ole.
DROPEFFECT
* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IRichEditOleCallback*)Unsafe.AsPointer(ref this), fDrag, grfKeyState, pdwEffect);
582
internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.System.Ole.
DROPEFFECT
* ,winmdroot.Foundation.HRESULT> GetDragDropEffect_12;
644
unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect);
Windows.Win32.UI_Controls_RichEdit_IRichEditOleCallback_Extensions.g.cs (3)
63
/// <inheritdoc cref="winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface.GetDragDropEffect(winmdroot.Foundation.BOOL, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.System.Ole.
DROPEFFECT
*)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(this winmdroot.UI.Controls.RichEdit.IRichEditOleCallback.Interface @this, winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, ref winmdroot.System.Ole.
DROPEFFECT
pdwEffect)
66
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
System.Windows.Forms.Primitives.TestUtilities (3)
Windows\Win32\System\Ole\DropTargetMock.cs (3)
11
public virtual HRESULT DragEnter(IDataObject* pDataObj, MODIFIERKEYS_FLAGS grfKeyState, POINTL pt,
DROPEFFECT
* pdwEffect)
16
public virtual HRESULT DragOver(MODIFIERKEYS_FLAGS grfKeyState, POINTL pt,
DROPEFFECT
* pdwEffect)
26
public virtual HRESULT Drop(IDataObject* pDataObj, MODIFIERKEYS_FLAGS grfKeyState, POINTL pt,
DROPEFFECT
* pdwEffect)
System.Windows.Forms.Tests (1)
System\Windows\Forms\DragDropHelperTests.cs (1)
192
public
DROPEFFECT
Effect { get; set; }