21 references to IDropSourceNotify
System.Private.Windows.Core (19)
Windows.Win32.IDropSourceNotify.g.cs (19)
26
:IVTable<
IDropSourceNotify
,
IDropSourceNotify
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IDropSourceNotify
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,uint>)lpVtbl[1])((
IDropSourceNotify
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,uint>)lpVtbl[2])((
IDropSourceNotify
*)Unsafe.AsPointer(ref this));
58
private static winmdroot.Foundation.HRESULT DragEnterTarget(
IDropSourceNotify
* pThis, winmdroot.Foundation.HWND hwndTarget)
83
return ((delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,winmdroot.Foundation.HWND ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IDropSourceNotify
*)Unsafe.AsPointer(ref this), hwndTarget);
89
private static winmdroot.Foundation.HRESULT DragLeaveTarget(
IDropSourceNotify
* pThis)
113
return ((delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IDropSourceNotify
*)Unsafe.AsPointer(ref this));
137
internal delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
139
internal delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,uint> AddRef_2;
141
internal delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,uint> Release_3;
143
internal delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,winmdroot.Foundation.HWND ,winmdroot.Foundation.HRESULT> DragEnterTarget_4;
145
internal delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,winmdroot.Foundation.HRESULT> DragLeaveTarget_5;
System.Windows.Forms (2)
System\Windows\Forms\OLE\DropSource.cs (2)
12
internal class DropSource : IDropSource.Interface,
IDropSourceNotify
.Interface, IManagedWrapper<IDropSource,
IDropSourceNotify
>