2 implementations of Interface
System.Windows.Forms (1)
System\Windows\Forms\OLE\DropTarget.cs (1)
13
internal unsafe class DropTarget : OleIDropTarget.
Interface
, IManagedWrapper<OleIDropTarget>
System.Windows.Forms.Primitives.TestUtilities (1)
Windows\Win32\System\Ole\DropTargetMock.cs (1)
9
internal unsafe class DropTargetMock : IDropTarget.
Interface
, IManagedWrapper<IDropTarget>
19 references to Interface
System.Private.Windows.Core (11)
Windows.Win32.IDropTarget.g.cs (4)
72
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
121
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
159
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
204
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.System_Ole_IDropTarget_Extensions.g.cs (6)
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)
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)
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)
Windows\Win32\PInvokeCore.RegisterDragDrop.cs (1)
11
public static unsafe HRESULT RegisterDragDrop<T>(T hwnd, IDropTarget.
Interface
pDropTarget)
System.Windows.Forms (6)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (2)
137
HRESULT IDocHostUIHandler.GetDropTarget(OleIDropTarget.
Interface
pDropTarget, out OleIDropTarget.
Interface
? ppDropTarget)
System\Windows\Forms\OLE\DropTarget.cs (4)
106
HRESULT OleIDropTarget.
Interface
.DragEnter(Com.IDataObject* pDataObj, MODIFIERKEYS_FLAGS grfKeyState, POINTL pt, DROPEFFECT* pdwEffect)
135
HRESULT OleIDropTarget.
Interface
.DragOver(MODIFIERKEYS_FLAGS grfKeyState, POINTL pt, DROPEFFECT* pdwEffect)
162
HRESULT OleIDropTarget.
Interface
.DragLeave()
175
HRESULT OleIDropTarget.
Interface
.Drop(Com.IDataObject* pDataObj, MODIFIERKEYS_FLAGS grfKeyState, POINTL pt, DROPEFFECT* pdwEffect)
System.Windows.Forms.Primitives (2)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (2)
75
IDropTarget.
Interface
pDropTarget,
76
out IDropTarget.
Interface
? ppDropTarget);