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