21 references to IDropSourceNotify
System.Private.Windows.Core (19)
_generated\136\Windows.Win32.IDropSourceNotify.g.cs (19)
27
:winmdroot.IVTable<
IDropSourceNotify
,
IDropSourceNotify
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IDropSourceNotify
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,uint>)lpVtbl[1])((
IDropSourceNotify
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,uint>)lpVtbl[2])((
IDropSourceNotify
*)Unsafe.AsPointer(ref this));
60
private static winmdroot.Foundation.HRESULT DragEnterTarget(
IDropSourceNotify
* pThis, winmdroot.Foundation.HWND hwndTarget)
85
return ((delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,winmdroot.Foundation.HWND ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IDropSourceNotify
*)Unsafe.AsPointer(ref this), hwndTarget);
91
private static winmdroot.Foundation.HRESULT DragLeaveTarget(
IDropSourceNotify
* pThis)
115
return ((delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IDropSourceNotify
*)Unsafe.AsPointer(ref this));
141
internal delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
143
internal delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,uint> AddRef_2;
145
internal delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,uint> Release_3;
147
internal delegate *unmanaged [Stdcall]<
IDropSourceNotify
*,winmdroot.Foundation.HWND ,winmdroot.Foundation.HRESULT> DragEnterTarget_4;
149
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
>