2 implementations of DragOver
System.Windows.Forms (1)
System\Windows\Forms\OLE\DropTarget.cs (1)
135
HRESULT OleIDropTarget.Interface.
DragOver
(MODIFIERKEYS_FLAGS grfKeyState, POINTL pt, DROPEFFECT* pdwEffect)
System.Windows.Forms.Primitives.TestUtilities (1)
Windows\Win32\System\Ole\DropTargetMock.cs (1)
16
public virtual HRESULT
DragOver
(MODIFIERKEYS_FLAGS grfKeyState, POINTL pt, DROPEFFECT* pdwEffect)
3 references to DragOver
System.Private.Windows.Core (3)
Windows.Win32.IDropTarget.g.cs (1)
126
return __object.
DragOver
(grfKeyState, pt, pdwEffect);
Windows.Win32.System_Ole_IDropTarget_Extensions.g.cs (2)
33
/// <inheritdoc cref="winmdroot.System.Ole.IDropTarget.Interface.
DragOver
(winmdroot.System.SystemServices.MODIFIERKEYS_FLAGS, winmdroot.Foundation.POINTL, winmdroot.System.Ole.DROPEFFECT*)"/>
38
winmdroot.Foundation.HRESULT __result = @this.
DragOver
(grfKeyState, pt, pdwEffectLocal);