4 references to GetData
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
61return nativeDataObject.Value->GetData(pformatetcIn, pmedium);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
78nativeDataObject.Value->GetData(&nativeFormat, &nativeMedium).ThrowOnFailure();
Windows.Win32.IDataObject.g.cs (2)
55 /// <inheritdoc cref="GetData(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.STGMEDIUM*)"/> 62 winmdroot.Foundation.HRESULT __result = this.GetData(pformatetcInLocal, pmediumLocal);