5 references to SetData
System.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
85
return nativeDataObject.Value->
SetData
(pformatetc, pmedium, fRelease);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
106
HRESULT result = nativeDataObject.Value->
SetData
(&nativeFormat, &nativeMedium, release);
Windows.Win32.IDataObject.g.cs (2)
244
/// <inheritdoc cref="
SetData
(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.STGMEDIUM*, winmdroot.Foundation.BOOL)"/>
251
winmdroot.Foundation.HRESULT __result = this.
SetData
(pformatetcLocal, pmediumLocal, fRelease);
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\DataObjectProxy.cs (1)
51
public HRESULT SetData(FORMATETC* pformatetc, STGMEDIUM* pmedium, BOOL fRelease) => _original->
SetData
(pformatetc, pmedium, fRelease);