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