2 implementations of Drop
System.Windows.Forms (1)
System\Windows\Forms\OLE\DropTarget.cs (1)
175
HRESULT OleIDropTarget.Interface.
Drop
(Com.IDataObject* pDataObj, MODIFIERKEYS_FLAGS grfKeyState, POINTL pt, DROPEFFECT* pdwEffect)
System.Windows.Forms.Primitives.TestUtilities (1)
Windows\Win32\System\Ole\DropTargetMock.cs (1)
26
public virtual HRESULT
Drop
(IDataObject* pDataObj, MODIFIERKEYS_FLAGS grfKeyState, POINTL pt, DROPEFFECT* pdwEffect)
3 references to Drop
System.Private.Windows.Core (3)
Windows.Win32.IDropTarget.g.cs (1)
209
return __object.
Drop
(pDataObj, grfKeyState, pt, pdwEffect);
Windows.Win32.System_Ole_IDropTarget_Extensions.g.cs (2)
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*)"/>
48
winmdroot.Foundation.HRESULT __result = @this.
Drop
(pDataObj, grfKeyState, pt, pdwEffectLocal);