124 references to DROPEFFECT
System.Private.Windows.Core (76)
_generated\135\Windows.Win32.IDropSource.g.cs (5)
93
private static winmdroot.Foundation.HRESULT GiveFeedback(IDropSource* pThis, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
121
public winmdroot.Foundation.HRESULT GiveFeedback(winmdroot.System.Ole.
DROPEFFECT
dwEffect)
123
return ((delegate *unmanaged [Stdcall]<IDropSource*,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IDropSource*)Unsafe.AsPointer(ref this), dwEffect);
157
internal delegate *unmanaged [Stdcall]<IDropSource*,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT> GiveFeedback_5;
188
winmdroot.Foundation.HRESULT GiveFeedback(winmdroot.System.Ole.
DROPEFFECT
dwEffect);
_generated\137\Windows.Win32.IDropTarget.g.cs (24)
57
/// <inheritdoc cref="DragEnter(winmdroot.System.Com.IDataObject*, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.Foundation.POINTL, winmdroot.System.Ole.
DROPEFFECT
*)"/>
59
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)
61
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
71
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)
102
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)
104
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);
107
/// <inheritdoc cref="DragOver(winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.Foundation.POINTL, winmdroot.System.Ole.
DROPEFFECT
*)"/>
109
internal unsafe winmdroot.Foundation.HRESULT DragOver(winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, ref winmdroot.System.Ole.
DROPEFFECT
pdwEffect)
111
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
121
private static winmdroot.Foundation.HRESULT DragOver(IDropTarget* pThis, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
151
public unsafe winmdroot.Foundation.HRESULT DragOver(winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
153
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);
191
/// <inheritdoc cref="Drop(winmdroot.System.Com.IDataObject*, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.Foundation.POINTL, winmdroot.System.Ole.
DROPEFFECT
*)"/>
193
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)
195
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
205
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)
236
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)
238
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);
270
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;
272
internal delegate *unmanaged [Stdcall]<IDropTarget*,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.Foundation.POINTL ,winmdroot.System.Ole.
DROPEFFECT
* ,winmdroot.Foundation.HRESULT> DragOver_5;
276
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;
306
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);
309
unsafe winmdroot.Foundation.HRESULT DragOver(winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.Foundation.POINTL pt, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect);
315
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);
_generated\138\Windows.Win32.IDropTargetHelper.g.cs (21)
57
/// <inheritdoc cref="DragEnter(winmdroot.Foundation.HWND, winmdroot.System.Com.IDataObject*, global::System.Drawing.Point*, winmdroot.System.Ole.
DROPEFFECT
)"/>
59
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)
71
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)
109
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)
111
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);
144
/// <inheritdoc cref="DragOver(global::System.Drawing.Point*, winmdroot.System.Ole.
DROPEFFECT
)"/>
146
internal unsafe winmdroot.Foundation.HRESULT DragOver(in global::System.Drawing.Point ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
158
private static winmdroot.Foundation.HRESULT DragOver(IDropTargetHelper* pThis, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
188
public unsafe winmdroot.Foundation.HRESULT DragOver(global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
190
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);
193
/// <inheritdoc cref="Drop(winmdroot.System.Com.IDataObject*, global::System.Drawing.Point*, winmdroot.System.Ole.
DROPEFFECT
)"/>
195
internal unsafe winmdroot.Foundation.HRESULT Drop(winmdroot.System.Com.IDataObject* pDataObject, in global::System.Drawing.Point ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
207
private static winmdroot.Foundation.HRESULT Drop(IDropTargetHelper* pThis, winmdroot.System.Com.IDataObject* pDataObject, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
241
public unsafe winmdroot.Foundation.HRESULT Drop(winmdroot.System.Com.IDataObject* pDataObject, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect)
243
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);
309
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;
313
internal delegate *unmanaged [Stdcall]<IDropTargetHelper*,global::System.Drawing.Point* ,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT> DragOver_6;
315
internal delegate *unmanaged [Stdcall]<IDropTargetHelper*,winmdroot.System.Com.IDataObject* ,global::System.Drawing.Point* ,winmdroot.System.Ole.
DROPEFFECT
,winmdroot.Foundation.HRESULT> Drop_7;
348
unsafe winmdroot.Foundation.HRESULT DragEnter(winmdroot.Foundation.HWND hwndTarget, winmdroot.System.Com.IDataObject* pDataObject, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect);
354
unsafe winmdroot.Foundation.HRESULT DragOver(global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect);
357
unsafe winmdroot.Foundation.HRESULT Drop(winmdroot.System.Com.IDataObject* pDataObject, global::System.Drawing.Point* ppt, winmdroot.System.Ole.
DROPEFFECT
dwEffect);
_generated\198\Windows.Win32.PInvokeCore.OLE32.dll.g.cs (7)
74
/// <inheritdoc cref="DoDragDrop(winmdroot.System.Com.IDataObject*, winmdroot.System.Ole.IDropSource*, winmdroot.System.Ole.
DROPEFFECT
, winmdroot.System.Ole.
DROPEFFECT
*)"/>
77
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)
79
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
103
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);
_generated\252\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)
_generated\267\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\Private\Windows\Ole\DragDropHelper.cs (3)
67
public static void DragEnter(HWND targetWindowHandle, IComVisibleDataObject dataObject, ref Point point,
DROPEFFECT
effect)
106
dropTargetHelper.Value->DragOver(&point, (
DROPEFFECT
)(uint)e.Effect);
123
dropTargetHelper.Value->Drop(dataObjectScope, in point, (
DROPEFFECT
)(uint)e.Effect);
System\Private\Windows\Ole\IDragEvent.cs (1)
24
DROPEFFECT
Effect { get; }
System.Windows.Forms (35)
System\Windows\Forms\Control.cs (2)
4958
DROPEFFECT
finalEffect;
4965
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;
180
HRESULT OleIDropTarget.Interface.Drop(Com.IDataObject* pDataObj, MODIFIERKEYS_FLAGS grfKeyState, POINTL pt,
DROPEFFECT
* pdwEffect)
235
*pdwEffect =
DROPEFFECT
.DROPEFFECT_NONE;
247
result = asyncCapability->EndOperation(HRESULT.E_UNEXPECTED, null, (uint)
DROPEFFECT
.DROPEFFECT_NONE);
255
private HRESULT HandleOnDragDrop(DragEventArgs e, IDataObjectAsyncCapability* asyncCapability,
DROPEFFECT
* pdwEffect)
265
DROPEFFECT
effect =
DROPEFFECT
.DROPEFFECT_NONE;
270
effect = (
DROPEFFECT
)e.Effect;
281
*pdwEffect =
DROPEFFECT
.DROPEFFECT_NONE;
288
DROPEFFECT
effect =
DROPEFFECT
.DROPEFFECT_NONE;
293
*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)
_generated\236\Windows.Win32.IRichEditOleCallback.g.cs (8)
434
/// <inheritdoc cref="GetDragDropEffect(winmdroot.Foundation.BOOL, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.System.Ole.
DROPEFFECT
*)"/>
436
internal unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, ref winmdroot.System.Ole.
DROPEFFECT
pdwEffect)
438
fixed (winmdroot.System.Ole.
DROPEFFECT
* pdwEffectLocal = &pdwEffect)
448
private static winmdroot.Foundation.HRESULT GetDragDropEffect(IRichEditOleCallback* pThis, winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
484
public unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect)
486
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);
592
internal delegate *unmanaged [Stdcall]<IRichEditOleCallback*,winmdroot.Foundation.BOOL ,winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS ,winmdroot.System.Ole.
DROPEFFECT
* ,winmdroot.Foundation.HRESULT> GetDragDropEffect_12;
654
unsafe winmdroot.Foundation.HRESULT GetDragDropEffect(winmdroot.Foundation.BOOL fDrag, winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS grfKeyState, winmdroot.System.Ole.
DROPEFFECT
* pdwEffect);
_generated\587\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)