1 implementation of Drop
System.Windows.Forms (1)
System\Windows\Forms\OLE\DropTarget.cs (1)
180
HRESULT OleIDropTarget.Interface.
Drop
(Com.IDataObject* pDataObj, MODIFIERKEYS_FLAGS grfKeyState, POINTL pt, DROPEFFECT* pdwEffect)
3 references to Drop
System.Private.Windows.Core (3)
_generated\137\Windows.Win32.IDropTarget.g.cs (1)
209
return __object.
Drop
(pDataObj, grfKeyState, pt, pdwEffect);
_generated\249\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);