25 references to IDragSourceHelper2
Microsoft.Private.Windows.Core (25)
System\Private\Windows\Ole\DataFormatNames.cs (1)
50
/// A format that contains the value passed to <see cref="
IDragSourceHelper2
.Interface.SetFlags(uint)"/>
System\Private\Windows\Ole\DragDropHelper.cs (2)
261
using ComScope<
IDragSourceHelper2
> dragSourceHelper = new(null);
262
if (!TryGetDragDropHelper<
IDragSourceHelper2
>(dragSourceHelper))
Windows.Win32.IDragSourceHelper2.g.cs (18)
42
return ((delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IDragSourceHelper2
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,uint>)lpVtbl[1])((
IDragSourceHelper2
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,uint>)lpVtbl[2])((
IDragSourceHelper2
*)Unsafe.AsPointer(ref this));
67
return ((delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,winmdroot.UI.Shell.SHDRAGIMAGE* ,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IDragSourceHelper2
*)Unsafe.AsPointer(ref this), pshdi, pDataObject);
80
return ((delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,winmdroot.Foundation.HWND ,global::System.Drawing.Point* ,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IDragSourceHelper2
*)Unsafe.AsPointer(ref this), hwnd, ppt, pDataObject);
96
return ((delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IDragSourceHelper2
*)Unsafe.AsPointer(ref this), dwFlags);
120
internal delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
122
internal delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,uint> AddRef_2;
124
internal delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,uint> Release_3;
126
internal delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,winmdroot.UI.Shell.SHDRAGIMAGE* ,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.HRESULT> InitializeFromBitmap_4;
128
internal delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,winmdroot.Foundation.HWND ,global::System.Drawing.Point* ,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.HRESULT> InitializeFromWindow_5;
130
internal delegate *unmanaged [Stdcall]<
IDragSourceHelper2
*,uint ,winmdroot.Foundation.HRESULT> SetFlags_6;
Windows.Win32.UI_Shell_IDragSourceHelper2_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.UI.Shell.
IDragSourceHelper2
.Interface.InitializeFromBitmap(winmdroot.UI.Shell.SHDRAGIMAGE*, winmdroot.System.Com.IDataObject*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT InitializeFromBitmap(this winmdroot.UI.Shell.
IDragSourceHelper2
.Interface @this, in winmdroot.UI.Shell.SHDRAGIMAGE pshdi, winmdroot.System.Com.IDataObject* pDataObject)
33
/// <inheritdoc cref="winmdroot.UI.Shell.
IDragSourceHelper2
.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.
IDragSourceHelper2
.Interface @this, winmdroot.Foundation.HWND hwnd, global::System.Drawing.Point? ppt, winmdroot.System.Com.IDataObject* pDataObject)