5 references to GetData
System.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)
80nativeDataObject.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);
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\DataObjectProxy.cs (1)
47public HRESULT GetData(FORMATETC* pformatetcIn, STGMEDIUM* pmedium) => _original->GetData(pformatetcIn, pmedium);