24 references to IDragSourceHelper
System.Private.Windows.Core (24)
_generated\133\Windows.Win32.IDragSourceHelper.g.cs (19)
27
:winmdroot.IVTable<
IDragSourceHelper
,
IDragSourceHelper
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IDragSourceHelper
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IDragSourceHelper
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IDragSourceHelper
*,uint>)lpVtbl[1])((
IDragSourceHelper
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IDragSourceHelper
*,uint>)lpVtbl[2])((
IDragSourceHelper
*)Unsafe.AsPointer(ref this));
71
private static winmdroot.Foundation.HRESULT InitializeFromBitmap(
IDragSourceHelper
* pThis, winmdroot.UI.Shell.SHDRAGIMAGE* pshdi, winmdroot.System.Com.IDataObject* pDataObject)
103
return ((delegate *unmanaged [Stdcall]<
IDragSourceHelper
*,winmdroot.UI.Shell.SHDRAGIMAGE* ,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IDragSourceHelper
*)Unsafe.AsPointer(ref this), pshdi, pDataObject);
118
private static winmdroot.Foundation.HRESULT InitializeFromWindow(
IDragSourceHelper
* pThis, [Optional] winmdroot.Foundation.HWND hwnd, [Optional] global::System.Drawing.Point* ppt, winmdroot.System.Com.IDataObject* pDataObject)
154
return ((delegate *unmanaged [Stdcall]<
IDragSourceHelper
*,winmdroot.Foundation.HWND ,global::System.Drawing.Point* ,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IDragSourceHelper
*)Unsafe.AsPointer(ref this), hwnd, ppt, pDataObject);
180
internal delegate *unmanaged [Stdcall]<
IDragSourceHelper
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
182
internal delegate *unmanaged [Stdcall]<
IDragSourceHelper
*,uint> AddRef_2;
184
internal delegate *unmanaged [Stdcall]<
IDragSourceHelper
*,uint> Release_3;
186
internal delegate *unmanaged [Stdcall]<
IDragSourceHelper
*,winmdroot.UI.Shell.SHDRAGIMAGE* ,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.HRESULT> InitializeFromBitmap_4;
188
internal delegate *unmanaged [Stdcall]<
IDragSourceHelper
*,winmdroot.Foundation.HWND ,global::System.Drawing.Point* ,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.HRESULT> InitializeFromWindow_5;
_generated\134\Windows.Win32.IDragSourceHelper2.g.cs (1)
223
:winmdroot.UI.Shell.
IDragSourceHelper
.Interface {
_generated\266\Windows.Win32.UI_Shell_IDragSourceHelper_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.UI.Shell.
IDragSourceHelper
.Interface.InitializeFromBitmap(winmdroot.UI.Shell.SHDRAGIMAGE*, winmdroot.System.Com.IDataObject*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT InitializeFromBitmap(this winmdroot.UI.Shell.
IDragSourceHelper
.Interface @this, in winmdroot.UI.Shell.SHDRAGIMAGE pshdi, winmdroot.System.Com.IDataObject* pDataObject)
33
/// <inheritdoc cref="winmdroot.UI.Shell.
IDragSourceHelper
.Interface.InitializeFromWindow(winmdroot.Foundation.HWND, global::System.Drawing.Point*, winmdroot.System.Com.IDataObject*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT InitializeFromWindow(this winmdroot.UI.Shell.
IDragSourceHelper
.Interface @this, [Optional] winmdroot.Foundation.HWND hwnd, [Optional] global::System.Drawing.Point? ppt, winmdroot.System.Com.IDataObject* pDataObject)