6 references to GetDataHere
System.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
67
return nativeDataObject.Value->
GetDataHere
(pformatetc, pmedium);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
90
nativeDataObject.Value->
GetDataHere
(&nativeFormat, &nativeMedium).ThrowOnFailure();
System\Private\Windows\Ole\IOleServices.cs (1)
29
/// <inheritdoc cref="IDataObject.
GetDataHere
(FORMATETC*, STGMEDIUM*)"/>
Windows.Win32.IDataObject.g.cs (2)
104
/// <inheritdoc cref="
GetDataHere
(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.STGMEDIUM*)"/>
111
winmdroot.Foundation.HRESULT __result = this.
GetDataHere
(pformatetcLocal, pmediumLocal);
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\DataObjectProxy.cs (1)
48
public HRESULT GetDataHere(FORMATETC* pformatetc, STGMEDIUM* pmedium) => _original->
GetDataHere
(pformatetc, pmedium);