8 references to Interface
System.Private.Windows.Core (8)
System\Private\Windows\Ole\DataFormatNames.cs (1)
50
/// A format that contains the value passed to <see cref="IDragSourceHelper2.
Interface
.SetFlags(uint)"/>
Windows.Win32.IDragSourceHelper2.g.cs (3)
72
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
105
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
130
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
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)